From 6a30ceb5c474d8ee1c07e60766e10ba33873167b Mon Sep 17 00:00:00 2001 From: Nadin Jbara <93648739+nadin-Starkware@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:33:43 +0300 Subject: [PATCH] ttest (#36) --- .github/workflows/blockifier_ci.yml | 2 +- .github/workflows/updload_artifacts.yml | 6 ++++-- upload_to_gcp.txt | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/blockifier_ci.yml b/.github/workflows/blockifier_ci.yml index 0a16668..5a2ca63 100644 --- a/.github/workflows/blockifier_ci.yml +++ b/.github/workflows/blockifier_ci.yml @@ -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" diff --git a/.github/workflows/updload_artifacts.yml b/.github/workflows/updload_artifacts.yml index 9b06ccd..746f528 100644 --- a/.github/workflows/updload_artifacts.yml +++ b/.github/workflows/updload_artifacts.yml @@ -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 diff --git a/upload_to_gcp.txt b/upload_to_gcp.txt index b88b2ce..d92bfc2 100644 --- a/upload_to_gcp.txt +++ b/upload_to_gcp.txt @@ -4,3 +4,5 @@ test 666 + +6865754