Fix github workflow test.

PiperOrigin-RevId: 563466164
This commit is contained in:
Lucas Manning
2023-09-07 10:08:15 -07:00
committed by gVisor bot
parent c215e67a50
commit 27d7936e93
+1 -3
View File
@@ -3,15 +3,13 @@ name: Mark stale issues and pull requests
# Please refer to https://github.com/actions/stale/blob/master/action.yml
# to see all config knobs of the stale action.
on:
"on":
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
with: