Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 0803bfb

Browse files
Revert "ci: harden fork PR checks"
This reverts commit a4cdba1.
1 parent 44bdb2d commit 0803bfb

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/api-schema-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
cat api-diff-report.txt
141141
142142
- name: Post diff to PR
143-
if: always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
143+
if: always()
144144
uses: actions/github-script@v7
145145
with:
146146
script: |

.github/workflows/deploy-staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
# ── 1. Deploy PR branch to staging EC2 ─────────────────────────────────────
6565
deploy:
6666
name: Deploy to staging EC2
67-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
6867
runs-on: ubuntu-latest
6968
timeout-minutes: 20
7069
environment:

.github/workflows/security-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: pip
3030

3131
- name: Install bandit
32-
run: pip install bandit[toml] bandit-sarif-formatter
32+
run: pip install bandit[toml]
3333

3434
- name: Run Bandit
3535
run: |
@@ -41,7 +41,6 @@ jobs:
4141
continue-on-error: true
4242

4343
- name: Upload Bandit SARIF
44-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
4544
uses: github/codeql-action/upload-sarif@v3
4645
with:
4746
sarif_file: bandit-results.sarif

0 commit comments

Comments
 (0)