Skip to content

Commit

Permalink
chore(ci/publish-container): disable check file changed in workflow d…
Browse files Browse the repository at this point in the history
…ispatch
  • Loading branch information
njfamirm committed Nov 20, 2023
1 parent a24c5f0 commit fb98a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: ❔ Check Container files changed
id: file_change
if: ${{ github.event_name != 'release' }}
if: ${{ github.event_name != 'release' && github.event_name != 'workflow_dispatch' }}
uses: dorny/[email protected]
with:
filters: |
Expand Down

0 comments on commit fb98a85

Please sign in to comment.