Skip to content

Commit

Permalink
CI cargo update weekly (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx authored Oct 12, 2023
1 parent 79baef4 commit dde58ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ env:

jobs:
update:
if: github.repository_owner == 'fuel-core'
name: update dependencies
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
Expand All @@ -53,10 +52,9 @@ jobs:
retention-days: 1

pr:
if: github.repository_owner == 'fuel-core'
name: amend PR
needs: update
runs-on: ubuntu-latest
runs-on: buildjet-4vcpu-ubuntu-2204
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit dde58ae

Please sign in to comment.