We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6f749 commit e6c7e50Copy full SHA for e6c7e50
.github/workflows/checks.yml
@@ -77,7 +77,7 @@ jobs:
77
78
build:
79
name: Run Tests
80
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
81
if: >
82
github.event_name == 'pull_request' ||
83
( contains(github.ref, 'main') && !contains(github.event.head_commit.message, '[no-ci]') ) ||
0 commit comments