Skip to content

Commit

Permalink
chore(ci): ensure external contributors don't fail CI on report dumps (
Browse files Browse the repository at this point in the history
…#1304)

* chore(ci): ensure forks don't run report dumps

* drop whitespace
  • Loading branch information
Arqu committed Jul 27, 2023
1 parent 0991b13 commit 854c242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ jobs:
python3 reports_csv.py --metro --integration --commit ${{ env.LAST_COMMIT_SHA }} > report_metro_integration.txt
- name: Dump report
if: ${{ github.repository == 'n0-computer/iroh' }}
run: |
export AWS_ACCESS_KEY_ID=${{secrets.S3_ACCESS_KEY_ID}}
export AWS_SECRET_ACCESS_KEY=${{secrets.S3_ACCESS_KEY}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
MSRV: "1.63"
MSRV: "1.66"

jobs:
netsim:
Expand Down

0 comments on commit 854c242

Please sign in to comment.