There was an error while loading. Please reload this page.
1 parent 5b2aba2 commit 712557cCopy full SHA for 712557c
.github/workflows/ci.yml
@@ -29,12 +29,10 @@ concurrency:
29
jobs:
30
ci:
31
if: |
32
- github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' ||
33
- !startsWith(github.event.head_commit.message, 'release:') || github.actor == 'dependabot[bot]'
+ github.event_name == 'pull_request' ||
+ github.event_name == 'workflow_dispatch' ||
34
+ !startsWith(github.event.head_commit.message, 'release:')
35
runs-on: ubuntu-latest
- strategy:
36
- matrix:
37
- node: [16.16.0]
38
steps:
39
- id: checkout
40
name: Checkout ${{ env.REF }}
0 commit comments