Skip to content

Commit 18a6a75

Browse files
authored
Merge pull request #193 from paritytech/ci/fix-check-rfc-bot-skip
ci: skip check-rfc for bot-authored PRs
2 parents de796e7 + 1a8f1bc commit 18a6a75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-rfc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
validate-rfc:
14-
if: github.actor != 'github-actions[bot]'
14+
if: github.event.pull_request.user.login != 'github-actions[bot]'
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)