Skip to content

Commit

Permalink
remove steps
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Sep 10, 2024
1 parent 2539f09 commit 6f0bebf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ jobs:
needs: "acceptance"
runs-on: ubuntu-latest
if: always() && needs.acceptance.result == 'failure'
steps:
- name: "rerun"
uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820"
with:
repo: ${{ github.repository }}
run_id: ${{ github.run_id }}
env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: "rerun"
uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820"
with:
repo: ${{ github.repository }}
run_id: ${{ github.run_id }}
env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6f0bebf

Please sign in to comment.