Skip to content

Commit

Permalink
chore: makes nightly check to run on ci.yaml change. (envoyproxy#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs authored Oct 7, 2022
1 parent 6d0de78 commit ec59e0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly-coraza-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ on:
pull_request:
paths:
- ".github/workflows/nightly-coraza-check.yaml"
- ".github/workflows/ci.yaml"
schedule:
- cron: "0 4 * * *"

env:
GO_VERSION: 1.18
TINYGO_VERSION: 0.25.0
GO_VERSION: 1.19
TINYGO_VERSION: 0.26.0
WABT_VERSION: 1.0.29

jobs:
Expand Down

0 comments on commit ec59e0e

Please sign in to comment.