Skip to content

Commit

Permalink
fix: duplicate condition results in invalid yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Oct 3, 2023
1 parent 580fccb commit bf4fa54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/js-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
test:
name: Tests
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
if: ${{ !inputs.skip-tests && contains( github.event.pull_request.labels.*.name, 'ci') }}
timeout-minutes: 120
if: ${{ !inputs.skip-tests && ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || !github.event.pull_request.draft ) }}
steps:
Expand Down

0 comments on commit bf4fa54

Please sign in to comment.