Skip to content

Commit

Permalink
feat: ensure proper username
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Feb 12, 2025
1 parent c278f4d commit fe2e490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ on:
jobs:
create-tag:
# NOTE: only trigger the workflow when the commit is not from the GitHubActions bot (prevent self-triggering)
if: github.event.commits[0].author.name != 'github-actions'
if: github.event.commits[0].author.name != 'github-actions[bot]'
runs-on: ubuntu-latest
concurrency: release
environment: DEV
permissions:
contents: write

steps:
# NOTE: commits using GITHUB_TOKEN does not trigger workflows and we want to trigger PiPY from tag
- uses: actions/create-github-app-token@v1
Expand Down

0 comments on commit fe2e490

Please sign in to comment.