Skip to content

Commit

Permalink
ci: remove ci job "CI Test Successful"
Browse files Browse the repository at this point in the history
  • Loading branch information
goerlibe committed Sep 7, 2023
1 parent b80a88d commit abd302b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,19 +148,10 @@ jobs:
- name: "Execute DiscoPoP Profiler - simple_pipeline - discopopPass"
run: .github/workflows/tests/profiler.sh simple_pipeline discopopPass

ci_successful:
name: "CI Tests Successful"
runs-on: ubuntu-20.04
needs: execute_tests
steps:
- name: "Report success"
run: exit 0


update_wiki-build:
name: "Update Wiki - Build"
runs-on: ubuntu-20.04
needs: ci_successful
needs: execute_tests
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
Expand Down

0 comments on commit abd302b

Please sign in to comment.