We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcf425 commit 9685d43Copy full SHA for 9685d43
3 files changed
.github/workflows/int.yml
@@ -11,6 +11,7 @@ env:
11
GOPRIVATE: github.com/step-security
12
jobs:
13
integration-test:
14
+ if: github.event.repository.fork == false
15
permissions:
16
contents: read
17
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -10,6 +10,7 @@ env:
10
release:
contents: write
runs-on: ubuntu-22.04
.github/workflows/test.yml
@@ -12,6 +12,7 @@ env:
test:
18
0 commit comments