Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Apr 26, 2024
1 parent 098fbd5 commit fa3b13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Build agglayer image locally
run: |
cd $GITHUB_WORKSPACE && cd agglayer
cd $GITHUB_WORKSPACE # Change to the root directory of the repository
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
GITHUB_SHA=$(jq -r .pull_request.head.sha "$GITHUB_EVENT_PATH")
fi
Expand Down

0 comments on commit fa3b13e

Please sign in to comment.