Skip to content

Commit

Permalink
This commit will be skipped before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Dec 29, 2023
1 parent 448234d commit 80229f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
mingw_branch: ${{ inputs.rebase_branch || 'rebase-upstream' }}

finish-binutils-rebase:
if: false
needs: [build]
runs-on: ubuntu-latest

Expand All @@ -133,6 +134,7 @@ jobs:
${{ github.workspace }}/.github/scripts/rebase-finish.sh ${{ env.REBASE_BRANCH }} ${{ env.ORIGIN_BRANCH }}
finish-gcc-rebase:
if: false
needs: [build]
runs-on: ubuntu-latest

Expand All @@ -156,6 +158,7 @@ jobs:
${{ github.workspace }}/.github/scripts/rebase-finish.sh ${{ env.REBASE_BRANCH }} ${{ env.ORIGIN_BRANCH }}
finish-mingw-rebase:
if: false
needs: [build]
runs-on: ubuntu-latest

Expand Down

0 comments on commit 80229f6

Please sign in to comment.