Skip to content

Commit cfb8354

Browse files
chore(#598): fix issue with test files
disable missing/not working test (missing tokens/test file) Signed-off-by: Andy Augustin <[email protected]>
1 parent 3247499 commit cfb8354

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test_all.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
permissions:
1616
contents: write
1717
pull-requests: write
18-
call_github_app_test_target_org:
19-
uses: ./.github/workflows/test_github_app _target_org.yml
20-
secrets: inherit
21-
permissions:
22-
contents: write
23-
pull-requests: write
24-
call_github_app_test:
25-
uses: ./.github/workflows/test_github_app.yml
26-
secrets: inherit
27-
permissions:
28-
contents: write
29-
pull-requests: write
18+
# call_github_app_test_target_org:
19+
# uses: ./.github/workflows/test_github_app_target_org.yml
20+
# secrets: inherit
21+
# permissions:
22+
# contents: write
23+
# pull-requests: write
24+
# call_github_app_test:
25+
# uses: ./.github/workflows/test_github_app.yml
26+
# secrets: inherit
27+
# permissions:
28+
# contents: write
29+
# pull-requests: write
3030
call_test_ssh_gitlab:
3131
uses: ./.github/workflows/test_ssh_gitlab.yml
3232
secrets: inherit

0 commit comments

Comments
 (0)