Skip to content

Commit

Permalink
fix(workflow-dispatcher): add missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Dec 21, 2023
1 parent a366a13 commit d4a57d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo "DESCRIPTION changed: ${{ steps.changed-files-yaml.outputs.description_any_changed }}"
echo "main branch affected: ${{ (inputs.event_name == 'push' && contains(inputs.main_branches, github.ref_name)) ||
(inputs.event_name == 'push' && contains(inputs.main_branches, github.base_ref)) ||
(inputs.event_name == 'pull_request' && contains(inputs.main_branches, github.base_ref)) }}
(inputs.event_name == 'pull_request' && contains(inputs.main_branches, github.base_ref)) }}"

lint:
needs: trigger
Expand Down

0 comments on commit d4a57d4

Please sign in to comment.