Skip to content

Commit

Permalink
re-enable DV testing (#977)
Browse files Browse the repository at this point in the history
* Update acceptance-test-ff-multi-region.yml

* Update acceptance-test-ff-multi-version.yml
  • Loading branch information
patrickcping authored Feb 5, 2025
1 parent e4442d3 commit 9f9d588
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance-test-ff-multi-region.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#
name: Multi-region Acceptance Tests (Feature Flagged)
on:
# workflow_dispatch:
workflow_dispatch:
# For systems with an upstream API that could drift unexpectedly (like most SaaS systems, etc.),
# we recommend testing at a regular interval not necessarily tied to code changes. This will
# ensure you are alerted to something breaking due to an API change, even if the code did not
# change.
# schedule:
# - cron: '0 3 * * *'
schedule:
- cron: '0 3 * * *'
jobs:
# ensure the code builds...
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/acceptance-test-ff-multi-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#
name: Multi-version Acceptance Tests (Feature Flagged)
on:
# workflow_dispatch:
workflow_dispatch:
# For systems with an upstream API that could drift unexpectedly (like most SaaS systems, etc.),
# we recommend testing at a regular interval not necessarily tied to code changes. This will
# ensure you are alerted to something breaking due to an API change, even if the code did not
# change.
# schedule:
# - cron: '0 6 14,28 * *'
schedule:
- cron: '0 6 14,28 * *'
jobs:
# ensure the code builds...
build:
Expand Down

0 comments on commit 9f9d588

Please sign in to comment.