Skip to content

Commit

Permalink
remove unused pass job from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunwooLee955 authored Jan 24, 2025
1 parent fff6f8c commit 58b5eb3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,3 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

pass:
if: always()
needs: [lint, tests]
runs-on: ubuntu-latest
steps:
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 58b5eb3

Please sign in to comment.