Skip to content

Commit

Permalink
Removed unecessary approve job in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Jan 14, 2025
1 parent a55c379 commit 2d3f225
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,7 @@ jobs:
name: Checks
uses: ./.github/workflows/checks.yml

# This job ensures inputs have been executed successfully.
approve-merge:
name: Allow Merge
runs-on: ubuntu-latest
environment: manual-approval
# If you need additional jobs to be part of the merge gate, add them below
needs: [ checks ]

# Each job requires a step, so we added this dummy step.
steps:
- name: Approve
run: |
echo "Merge Approved"
Tests:
needs: [ approve-merge ]
name: Tests
uses: ./.github/workflows/tests_with_coverage.yml

Expand Down

0 comments on commit 2d3f225

Please sign in to comment.