Skip to content

Commit

Permalink
chore: Fixed trigger of script testing job (#351)
Browse files Browse the repository at this point in the history
* chore: Fixed trigger of script testing job

* chore: Removed legacy skipping condition
  • Loading branch information
fg-mindee committed Jul 6, 2021
1 parent 9f7edcd commit 9098e16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: scripts

on:
workflow_run:
workflows: ["builds"]
types: [completed]
push:
branches: main
pull_request:
branches: main

jobs:
test-analyze:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 9098e16

Please sign in to comment.