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.
1 parent 6022fce commit 1f20307Copy full SHA for 1f20307
.github/workflows/mend.yml
@@ -30,8 +30,14 @@ permissions:
30
contents: read
31
32
jobs:
33
- mend:
+ check-fork:
34
if: ${{ github.event.repository.fork == false }}
35
+ runs-on: ubuntu-24.04
36
+ steps:
37
+ - run: echo "Proceeding with the workflow..."
38
+
39
+ mend:
40
+ needs: check-fork
41
uses: nginxinc/compliance-rules/.github/workflows/mend.yml@c903bfe6c668eaba362cde6a7882278bc1564401 # v0.1
42
secrets: inherit
43
with:
0 commit comments