Skip to content

Commit

Permalink
add fail workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jul 15, 2024
1 parent 5ac0643 commit 08c42e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/fail.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Always Fail

on:
push:
tags:
- v*

jobs:
always-fail:
name: Always Fail
runs-on: ubuntu-latest
steps:
- name: Always fail step
run: exit 1

0 comments on commit 08c42e0

Please sign in to comment.