Skip to content

Commit

Permalink
Revert github workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed Aug 4, 2024
1 parent c151ccc commit 6d2bf77
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main
- v1
paths:
- "**.rs"
- "**Cargo.toml"
Expand Down Expand Up @@ -48,7 +47,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 2
ref: v1

- uses: actions/cache@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
push:
branches:
- main
- v1
paths:
- "**.rs"
- "**Cargo.toml"
Expand All @@ -34,7 +33,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 2
ref: v1

- uses: EmbarkStudios/cargo-deny-action@v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: v1

- uses: ./.github/actions/gitlog
name: Get changed commits
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 2
ref: v1

- uses: katyo/publish-crates@v2
name: Cargo publish
Expand Down

0 comments on commit 6d2bf77

Please sign in to comment.