Skip to content

Commit

Permalink
Merge pull request #29 from askb/main
Browse files Browse the repository at this point in the history
Fix: Skip when jobs are run locally
  • Loading branch information
tykeal authored Mar 28, 2024
2 parents 7c30179 + 31c22b5 commit 26b447f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ runs:
echo "STATUS=CANCELLED" >> "$GITHUB_ENV"
- name: Vote
if: ${{ !env.ACT }}
shell: bash
run: |
MESSAGE="${STATUS}: ${{ github.server_url }}/${{ github.repository}}/actions/runs/${{ github.run_id }}"
Expand Down

0 comments on commit 26b447f

Please sign in to comment.