Skip to content

Commit 712557c

Browse files
committed
ci(workflows): cleanup ci workflow
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 5b2aba2 commit 712557c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ concurrency:
2929
jobs:
3030
ci:
3131
if: |
32-
github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' ||
33-
!startsWith(github.event.head_commit.message, 'release:') || github.actor == 'dependabot[bot]'
32+
github.event_name == 'pull_request' ||
33+
github.event_name == 'workflow_dispatch' ||
34+
!startsWith(github.event.head_commit.message, 'release:')
3435
runs-on: ubuntu-latest
35-
strategy:
36-
matrix:
37-
node: [16.16.0]
3836
steps:
3937
- id: checkout
4038
name: Checkout ${{ env.REF }}

0 commit comments

Comments
 (0)