This repository was archived by the owner on Jun 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments