Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Sep 27, 2023
1 parent 9f63806 commit a35df15
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/regression-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ on:
workflow_dispatch:

jobs:
remove-existing-branch:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Delete branch
run: git push origin --delete bot/regression || true

generate-ubuntu:
needs: remove-existing-branch
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -36,6 +45,7 @@ jobs:
git push origin bot/regression/ubuntu
generate-macos:
needs: remove-existing-branch
runs-on: macos-latest

steps:
Expand All @@ -62,6 +72,7 @@ jobs:
git push origin bot/regression/macos
generate-windows:
needs: remove-existing-branch
runs-on: windows-latest

steps:
Expand Down

0 comments on commit a35df15

Please sign in to comment.