Skip to content

Commit

Permalink
quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Aug 1, 2024
1 parent 2d0a748 commit 53292a1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/t1-failure-no-template.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:c092c6f6-198c-470f-9526-9c998efe7ab5",
"anka-template-tag:vanilla+port-forward-22+brew-git",
"run-id:${{ github.run_id }}",
"unique-id:1"
]
steps:
- uses: actions/checkout@v3
- run: |
echo "hello"
18 changes: 18 additions & 0 deletions .github/workflows/t1-failure-tag-1-in-vm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 't1-failure-tag-1-in-vm'
on:
workflow_dispatch:

jobs:
testJob:
runs-on: [
"self-hosted",
"anka",
"anka-template:d792c6f6-198c-470f-9526-9c998efe7ab4",
"anka-template-tag:vanilla+port-forward-22+brew-git",
"run-id:${{ github.run_id }}",
"unique-id:1"
]
steps:
- uses: actions/checkout@v3
- run: |
exit 13

0 comments on commit 53292a1

Please sign in to comment.