Skip to content

Commit

Permalink
Merge pull request #2392 from maidsafe/tests-disable_wan_nightly
Browse files Browse the repository at this point in the history
test: disable nightly_wan builds
  • Loading branch information
jacderida authored Nov 5, 2024
2 parents d223ded + 7e75093 commit 5f45d8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly_wan.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Nightly -- Full WAN Network Tests

on:
schedule:
- cron: "0 0 * * *"
# To do: this is broken, need to fix and enable later
# schedule:
# - cron: "0 0 * * *"
# enable as below for testing purpose.
# pull_request:
# branches: ["*"]
Expand Down

0 comments on commit 5f45d8c

Please sign in to comment.