Skip to content

Commit

Permalink
fix,ci(pr-build): demise pre-action stage (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki authored Dec 2, 2023
1 parent 396c498 commit d0b8452
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ on:
types: [ opened, synchronize, reopened ]

jobs:
# Pre-Action Stage
pre-actions:
uses: daeuniverse/ci-seed-jobs/.github/workflows/pre-actions.yml@master
with:
repository: ${{ github.repository }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
notify: false

# Build Stage
build-and-push:
needs: [pre-actions]
Expand Down

0 comments on commit d0b8452

Please sign in to comment.