Skip to content

Commit

Permalink
chore: trigger blockifier ci on upload artifacts changes (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware authored Oct 1, 2024
1 parent 5dee61f commit a20f183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blockifier_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
# Other than code-related changes, all changes related to the native-blockifier build-and-push
# process should trigger the build (e.g., changes to the Dockerfile, build scripts, etc.).
- '.github/workflows/blockifier_ci.yml'
- '.github/workflows/upload_artifacts_workflow.yml'
- 'build_native_in_docker.sh'
- 'Cargo.lock'
- 'Cargo.toml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload_artifacts_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload-Artifacts

on:
workflow_run:
workflows: [Blockifier-CI-Test]
workflows: [Blockifier-CI]
types: [completed]

jobs:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Check tests status
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
run: |
echo 'Blockifier-CI-Test workflow failed'
echo 'Blockifier-CI workflow failed'
exit 1
- uses: actions/checkout@v4
- uses: ./.github/actions/bootstrap
Expand Down

0 comments on commit a20f183

Please sign in to comment.