Skip to content

Commit

Permalink
make e2e.yaml fail intentionally
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 10, 2024
1 parent c9efb67 commit 8009121
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
packages: write
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Fail
run: |
exit 1
- if: ${{ !inputs.self-hosted }}
uses: ./.github/actions/setup_nix
with:
Expand Down

0 comments on commit 8009121

Please sign in to comment.