Skip to content

Commit

Permalink
no tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Aug 19, 2024
1 parent df39d82 commit 338b85f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/t1-failure-no-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 't1-failure-no-template'
on:
workflow_dispatch:

jobs:
testJob:
runs-on: [
"self-hosted",
"anka",
"anka-template:d792c6f6-198c-470f-9526-9c998efe7ab4",
"anka-template-tag:not-a-tag",
"run-id:${{ github.run_id }}",
"unique-id:1"
]
steps:
- uses: actions/checkout@v3
- run: |
echo "hello"

0 comments on commit 338b85f

Please sign in to comment.