Skip to content

Commit

Permalink
removed intentional fail from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-SA committed Nov 28, 2024
1 parent 8ee1263 commit 2388119
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,9 @@ jobs:
docker-compose --env-file .env.prod -f docker-compose.prod.yml up -d
EOF
intentionally-fail:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Intentionally fail the build
run: exit 1

create-issue-on-failure:
runs-on: ubuntu-latest
needs: intentionally-fail
needs: [build-and-test, deploy]
if: failure()
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2388119

Please sign in to comment.