Skip to content

Commit

Permalink
ttest (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware authored Oct 6, 2024
1 parent 51ae398 commit 6a30ceb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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
6 changes: 4 additions & 2 deletions .github/workflows/updload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
# if: ${{ github.event_name == 'pull_request' }}
env:
COMMIT_SHA: ${{ github.event.workflow_run.head_commit.id }}
run: echo "SHORT_HASH=${COMMIT_SHA:0:7}" >> $GITHUB_ENV
run: |
echo "SHORT_HASH=${COMMIT_SHA:0:7}" >> $GITHUB_ENV
echo "COMMIT_SHA=${COMMIT_SHA}" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
ref: ${{ env.SHORT_HASH }}
ref: ${{ env.COMMIT_SHA }}

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


666

6865754

0 comments on commit 6a30ceb

Please sign in to comment.