Skip to content

Commit

Permalink
remove testing job
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 20, 2024
1 parent 933c2fb commit 4a94ba6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/rerun_flaky_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@ on:
types:
- completed
jobs:
test_run_on_first:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.run_attempt == 1 }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Rerun flaky tests
uses: actions/github-script@v6
with:
script: |
const { rerunFlakyTests } = await import('${{ github.workspace }}/tools/pull_request_hooks/rerunFlakyTests.js')
await rerunFlakyTests({ github, context })
rerun_flaky_tests:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt == 1 }}
Expand Down

0 comments on commit 4a94ba6

Please sign in to comment.