We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate
1 parent bbe63e9 commit 493f154Copy full SHA for 493f154
.github/workflows/generate.yaml
@@ -15,6 +15,7 @@ on:
15
16
jobs:
17
go-generate:
18
+ if: ${{ github.repository == 'rhysd/actionlint' }}
19
runs-on: ubuntu-latest
20
permissions:
21
contents: write
@@ -47,4 +48,4 @@ jobs:
47
48
This PR was created by [this workflow run](https://github.com/rhysd/actionlint/actions/runs/${{ github.run_id }}) automatically.
49
List of workflow runs is [here](https://github.com/rhysd/actionlint/actions/workflows/generate.yaml).
50
assignees: rhysd
- if: ${{ steps.diff.outputs.pr == 'true' && github.repository == 'rhysd/actionlint' }}
51
+ if: ${{ steps.diff.outputs.pr == 'true' }}
0 commit comments