Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Busseneau <[email protected]>
  • Loading branch information
nbusseneau committed Jul 19, 2021
1 parent 132fd05 commit 68db60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eks-tunnel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: EKS (tunnel)

# Any change in triggers needs to be reflected in the concurrency group.
on:
pull_request_target: {}
pull_request: {}
# Run every 6 hours
schedule:
- cron: '30 1/6 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: EKS (ENI)

# Any change in triggers needs to be reflected in the concurrency group.
on:
pull_request_target: {}
pull_request: {}
# Run every 6 hours
schedule:
- cron: '0 1/6 * * *'
Expand Down

0 comments on commit 68db60d

Please sign in to comment.