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 d27732a commit c40aeed
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-nightly-1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# modulo changes to the version labels.

name: e2e-nightly-1x
on:
schedule:
- cron: '0 2 * * *'
# on:
# schedule:
# - cron: '0 2 * * *'

jobs:
e2e-nightly-test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-nightly-34x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# modulo changes to the version labels.

name: e2e-nightly-34x
on:
schedule:
- cron: '0 2 * * *'
# on:
# schedule:
# - cron: '0 2 * * *'

jobs:
e2e-nightly-test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-nightly-37x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# modulo changes to the version labels.

name: e2e-nightly-37x
on:
schedule:
- cron: '0 2 * * *'
# on:
# schedule:
# - cron: '0 2 * * *'

jobs:
e2e-nightly-test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-nightly-38x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# modulo changes to the version labels.

name: e2e-nightly-38x
on:
schedule:
- cron: '0 2 * * *'
# on:
# schedule:
# - cron: '0 2 * * *'

jobs:
e2e-nightly-test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-nightly-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# markers.

name: e2e-nightly-main
on:
schedule:
- cron: '0 2 * * *'
# on:
# schedule:
# - cron: '0 2 * * *'

jobs:
e2e-nightly-test:
Expand Down

0 comments on commit c40aeed

Please sign in to comment.