Skip to content

Commit

Permalink
chore(github-actions): temporarily disable test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
namioto committed Aug 2, 2024
1 parent 8ac07a2 commit 9034316
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 28 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test-ldap.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test-LDAP

on:
push:
pull_request:
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
test-ldap:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/test-oidc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: OIDC Logins

on:
push:
pull_request:
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
oidc-insecure:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/test-persistence.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test-Persistence

on:
push:
pull_request:
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
test-persistence:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/test-safetyvalve.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test-SafetyValve

on:
push:
pull_request:
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
test-safetyvalve:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/test-singleuser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test-SingleUser

on:
push:
pull_request:
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
test-singleuser:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/test-site-to-site.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test-Site-to-Site

on:
push:
pull_request:
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
test-oidc:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/test-startup-probe.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test-StartupProbe

on:
push:
pull_request:
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Test

on:
push:
branches:
- main
pull_request:
branches:
- main
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
example:
Expand Down

0 comments on commit 9034316

Please sign in to comment.