Skip to content

Commit

Permalink
chore: Fix nightly E2E tests (argoproj#507)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest authored Feb 18, 2022
1 parent 6075aff commit e900eab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cron-master-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
#
steps:

- name: Login to GitHub
run: |
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
- name: Call GitHub CLI to find latest stable Argo CD release
id: get-argocd-stable
run: |
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/cron-stable-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
schedule:
- cron: '5 2 * * *'

push:
branches:
- 'cron-test-argocd'

jobs:

test-e2e:
Expand All @@ -35,10 +31,6 @@ jobs:

steps:

- name: Login to GitHub
run: |
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
- name: Call GitHub CLI to find latest stable Argo CD release
id: get-argocd-stable
run: |
Expand Down

0 comments on commit e900eab

Please sign in to comment.