Merge pull request #926 from mulkieran/tempfile-3.4.0 #808
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: devicemapper dummy CI | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
dummy: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Run dummy test | |
run: echo "I exist to be Required in Github branch protection rules" |