Skip to content

Commit

Permalink
Fix trigger syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Nov 19, 2024
1 parent 753444b commit 0f2f516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ec-ci-hl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# Automatically executed job (on any push or pull request).
check-default:
if: ${{ github.event_name != 'workflow_dispatch' # && github.ref_name == github.event.repository.default_branch }}
if: ${{ github.event_name != 'workflow_dispatch' }} # && github.ref_name == github.event.repository.default_branch
uses: ./.github/workflows/ec-ci-ll.yml
with: # Use default configuration (defined in repository variables).
ec-branch: ${{ vars.DEFAULT_EC_BRANCH }}
Expand Down

0 comments on commit 0f2f516

Please sign in to comment.