Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Testing: Update Azure subscription #3529

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
12 changes: 7 additions & 5 deletions .github/workflows/nightly-acceptance.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Dispatch to the consul-k8s-workflows with a nightly cron
name: nightly-acceptance
on:
schedule:
pull_request:
#schedule:
# * is a special character in YAML so you have to quote this string
# Run nightly at 12AM UTC/8PM EST/5PM PST
- cron: '0 0 * * *'

# - cron: '0 0 * * *'
# these should be the only settings that you will ever need to change
env:
BRANCH: ${{ github.ref_name }}
#BRANCH: ${{ github.ref_name }}
BRANCH: "curtbushko/ci-testing"
CONTEXT: "nightly"

jobs:
Expand All @@ -21,6 +22,7 @@ jobs:
with:
workflow: cloud.yml
repo: hashicorp/consul-k8s-workflows
ref: main
#ref: main
ref: "curtbushko/update-azure-subscription"
token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
inputs: '{ "context":"${{ env.CONTEXT }}", "repository":"${{ github.repository }}", "branch":"${{ env.BRANCH }}", "sha":"${{ github.sha }}", "token":"${{ secrets.ELEVATED_GITHUB_TOKEN }}" }'
Loading