Skip to content

Commit

Permalink
chore: disable nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kakysha committed May 22, 2024
1 parent c40aeed commit 9601ddd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nightly-1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# modulo changes to the version labels.

name: e2e-nightly-1x
# on:
on:
workflow_dispatch: # allow running workflow manually
# schedule:
# - cron: '0 2 * * *'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nightly-34x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# modulo changes to the version labels.

name: e2e-nightly-34x
# on:
on:
workflow_dispatch: # allow running workflow manually
# schedule:
# - cron: '0 2 * * *'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nightly-37x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# modulo changes to the version labels.

name: e2e-nightly-37x
# on:
on:
workflow_dispatch: # allow running workflow manually
# schedule:
# - cron: '0 2 * * *'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nightly-38x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# modulo changes to the version labels.

name: e2e-nightly-38x
# on:
on:
workflow_dispatch: # allow running workflow manually
# schedule:
# - cron: '0 2 * * *'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nightly-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# markers.

name: e2e-nightly-main
# on:
on:
workflow_dispatch: # allow running workflow manually
# schedule:
# - cron: '0 2 * * *'

Expand Down

0 comments on commit 9601ddd

Please sign in to comment.