We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6a008d + b62d7ce commit 8f8a8f6Copy full SHA for 8f8a8f6
2 files changed
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
working-directory: ./ci/dependency_management
95
96
yamllint:
97
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
98
container:
99
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
100
steps:
.github/workflows/dummy.yml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
dummy:
17
18
19
- name: Run dummy test
20
run: echo "I exist to be Required in Github branch protection rules"
0 commit comments