Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Oct 18, 2024
1 parent 25cfebb commit 9cc9b3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:

jobs:
tardis-macros:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand All @@ -34,7 +33,6 @@ jobs:
working-directory: tardis-macros
run: cargo publish
tardis:
if: startsWith(github.ref, 'refs/tags/')
needs: [tardis-macros]
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 9cc9b3e

Please sign in to comment.