Skip to content

Commit

Permalink
chore: remove re-run lock
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Apr 23, 2024
1 parent 0c3512e commit 99b73df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/workflow-sync-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
runs-on: ubuntu-20.04
name: ${{ inputs.src_repository }}
steps:
- name: No re-runs
run: |
if [ "$GITHUB_RUN_ATTEMPT" -gt 1 ]; then
echo "It is not advised to re-run this workflow! It won't speed up the process!"
exit 1
else
echo "not a re-run, continue"
fi
- uses: actions/checkout@v4
- name: Install skopeo
run: sudo apt-get install skopeo -y
Expand Down

0 comments on commit 99b73df

Please sign in to comment.