Skip to content

Commit

Permalink
one last rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Mar 22, 2024
1 parent 0e246b8 commit 8f5bdbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflows: [auto-publish]
types: [completed]
workflow_dispatch:
push: # remove after merge; can't trigger manually until on main

concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflows: [build_and_upload_docker_image_latest_release]
types: [completed]
workflow_dispatch:
#push: # remove after merge; can't trigger manually until on main

concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 8f5bdbc

Please sign in to comment.