Skip to content

Commit

Permalink
test env (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware authored Oct 6, 2024
1 parent 1140f1e commit 51ae398
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blockifier_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- edited
paths:
# 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.).
# process should trigger the build (e.g., changes to the Dockerfile, build scripts, etc.).
- ".github/workflows/blockifier_ci.yml"
- "upload_to_gcp.txt"
- ".github/workflows/upload_artifacts.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo "SHORT_HASH=${COMMIT_SHA:0:7}" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
ref: ${{ env.COMMIT_SHA }}
ref: ${{ env.SHORT_HASH }}

- name: Verify current branch
run: git branch --show-current
Expand Down
3 changes: 3 additions & 0 deletions upload_to_gcp.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
test

11234


666

0 comments on commit 51ae398

Please sign in to comment.