Skip to content

Commit

Permalink
remove staging repo creation step. We are good to go for 0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 15, 2024
1 parent ee6f257 commit c15856c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
create_staging_repository:
runs-on: ubuntu-22.04
if: false
name: Create staging repository
outputs:
repository_id: ${{ steps.create.outputs.repository_id }}
Expand All @@ -26,7 +27,7 @@ jobs:
build:
name: build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: create_staging_repository
#needs: create_staging_repository
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c15856c

Please sign in to comment.