Skip to content

Commit

Permalink
ci: Update trigger condition
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Dec 13, 2023
1 parent 438952e commit 0dd9c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tokens-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
pull-request:
if: github.event.head_commit.author.name == 'mews-tech'
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
Expand Down Expand Up @@ -38,7 +39,6 @@ jobs:
git push origin ${{ github.ref_name }}
- name: Create Pull Request
# assigning team as a reviewer is not possible due to the bug: https://github.com/cli/cli/issues/6395
run: |
gh pr create \
--base master \
Expand Down

0 comments on commit 0dd9c3b

Please sign in to comment.