We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17bdfb commit ce72763Copy full SHA for ce72763
.github/workflows/_check_code_changes.yml
@@ -19,7 +19,7 @@ on:
19
20
jobs:
21
check_files:
22
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
23
outputs:
24
has_code_changes: ${{ steps.perform_check.outputs.has_code_changes }}
25
steps:
0 commit comments