Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcolombo committed Jun 19, 2023
1 parent 79f6516 commit 84092ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Build docker image
run: make clean && make build-docker-node

- name: Get current repo URL on push
- name: Get current repo URL
run: echo "GIT_URL=${{ github.server_url }}/${{ github.repository }}/" >> $GITHUB_ENV

- name: Get current repo URL on pull request
- name: Get current repo URL on pull request # Allow forks to run CI
if: ${{ github.event_name == 'pull_request' }}
run: echo "GIT_URL=${{ github.event.pull_request.head.repo.clone_url }}" >> $GITHUB_ENV

Expand Down

0 comments on commit 84092ac

Please sign in to comment.