Skip to content

Commit

Permalink
chore(gh-action): 🐛 (#388) fix within worfklow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Sep 24, 2023
1 parent 7466fcb commit 17166c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: test

on:
push:
branches:
- "!main"
pull_request:
# branches:
# - "!main"
# pull_request:
workflow_call:
workflow_dispatch:

jobs:
test-implementation-job:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: test-ssh

on:
push:
branches:
- "!main"
pull_request:
# branches:
# - "!main"
# pull_request:
workflow_call:
workflow_dispatch:

jobs:
test-implementation-job:
Expand Down

0 comments on commit 17166c2

Please sign in to comment.