Skip to content

Commit

Permalink
Try manual workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 19, 2023
1 parent 6b4bf87 commit c562e3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ jobs:
images: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v4

- name: Set context from workflow_dispatch
if: github.event_name != 'workflow_dispatch'
id: filter
run: |
echo "changes={ ${{ inputs.build_context}}: '${{ inputs.build_context}}/**' }"
- uses: dorny/paths-filter@v2
if: github.event_name != 'workflow_dispatch'
id: filter
with:
# Use context to get the branch where commits were pushed.
Expand Down

0 comments on commit c562e3d

Please sign in to comment.