Skip to content

Commit

Permalink
Remove needless checkout action in usage
Browse files Browse the repository at this point in the history
It is only required to this repo, because of loading own code...
  • Loading branch information
kachick committed Feb 18, 2024
1 parent 600c11a commit 2e18e23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 # v1.6.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Wait for other jobs to pass or fail
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
uses: kachick/wait-other-jobs@fe30bb3fc06912519e744b0eaa638f17a9953685 # v2.0.2
Expand All @@ -116,7 +115,6 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Wait for other jobs to pass or fail
uses: kachick/wait-other-jobs@fe30bb3fc06912519e744b0eaa638f17a9953685 # v2.0.2
timeout-minutes: 10
Expand Down

0 comments on commit 2e18e23

Please sign in to comment.