Skip to content

Commit

Permalink
ci(workflows): cleanup ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent 5b2aba2 commit 712557c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ concurrency:
jobs:
ci:
if: |
github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' ||
!startsWith(github.event.head_commit.message, 'release:') || github.actor == 'dependabot[bot]'
github.event_name == 'pull_request' ||
github.event_name == 'workflow_dispatch' ||
!startsWith(github.event.head_commit.message, 'release:')
runs-on: ubuntu-latest
strategy:
matrix:
node: [16.16.0]
steps:
- id: checkout
name: Checkout ${{ env.REF }}
Expand Down

0 comments on commit 712557c

Please sign in to comment.