Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 authored May 9, 2024
1 parent f2cfba7 commit d7e14c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

publish-tardis:
if: startsWith(github.ref, 'refs/tags/')
needs: [check, publish-macros]
needs: [check]
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down

0 comments on commit d7e14c5

Please sign in to comment.