Skip to content

Commit

Permalink
Replace CI credentials with gluwa-bot account
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 12, 2024
1 parent dc67b19 commit 4cc00fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
check-if-needed:
# To avoid endless loop in CI skip this job on the commit which
# auto-updates the weights and is generated further below.
if: ${{ github.event_name == 'pull_request' && github.triggering_actor != 'notaturkey' }}
if: ${{ github.event_name == 'pull_request' && github.triggering_actor != 'gluwa-bot' }}
runs-on: ubuntu-22.04
outputs:
needs-bench: ${{ steps.version-check.outputs.needs_bench }}
Expand Down

0 comments on commit 4cc00fc

Please sign in to comment.