We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea521bc commit 66d6f96Copy full SHA for 66d6f96
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ on:
16
jobs:
17
format:
18
if: github.event_name != 'workflow_call' || inputs.skip != 'true'
19
+ runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
22
- run: echo "Type ${{ github.event_name }}"
0 commit comments