Skip to content

Commit

Permalink
ci: use my own, patched, CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Aug 10, 2023
1 parent ff3b34a commit d302bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ concurrency: ci-${{ github.ref }}

jobs:
check:
uses: vtavernier/github-workflows/.github/workflows/check-rust.yml@v1
uses: iTrooz/vtavernier-github-workflows/.github/workflows/check-rust.yml@v1

build:
uses: vtavernier/github-workflows/.github/workflows/build-rust-bin.yml@v1
uses: iTrooz/vtavernier-github-workflows/.github/workflows/build-rust-bin.yml@v1

needs:
- check
Expand All @@ -45,7 +45,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}

release:
uses: vtavernier/github-workflows/.github/workflows/release-semantic.yml@v1
uses: iTrooz/vtavernier-github-workflows/.github/workflows/release-semantic.yml@v1

needs:
- build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
pullrequest:
uses: vtavernier/github-workflows/.github/workflows/pullrequest-semantic.yml@v1
uses: iTrooz/vtavernier-github-workflows/.github/workflows/pullrequest-semantic.yml@v1

0 comments on commit d302bd2

Please sign in to comment.