We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba4b91 commit a96ed2bCopy full SHA for a96ed2b
2 files changed
.github/workflows/analyze.yml
@@ -14,6 +14,7 @@ concurrency:
14
15
jobs:
16
analyze:
17
+ environment: ${{ github.event_name == 'pull_request_target' && 'integration' || null }}
18
runs-on: ubuntu-latest
19
timeout-minutes: 15
20
steps:
.github/workflows/test.yml
@@ -14,7 +14,7 @@ concurrency:
test:
- environment: integration
0 commit comments