Skip to content

Commit 7fb0b5e

Browse files
committed
Remove test build from schedule, we no longer keep a separate branch.
1 parent cfbadd3 commit 7fb0b5e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/nightly-schedule.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,3 @@ jobs:
3333
migration_image: ${{needs.develop.outputs.migration_image}}
3434
region: us-gov-west-1
3535
iam_role: arn:aws-us-gov:iam::718787032875:role/github-actions-ecr-cwms-data-api
36-
37-
test:
38-
permissions:
39-
packages: write
40-
contents: write
41-
uses: ./.github/workflows/release.yml
42-
secrets:
43-
token: ${{ secrets.GITHUB_TOKEN }}
44-
registry: ${{ secrets.HEC_PUB_REGISTRY}}
45-
registry_user: ${{ secrets.ALT_REG_USER }}
46-
registry_password: ${{ secrets.ALT_REG_PASSWORD }}
47-
with:
48-
branch: "test"
49-
nightly: true
50-
# May setup test nightly deploy in future, currently no permissions

0 commit comments

Comments
 (0)