Skip to content

Commit

Permalink
Update helloworld.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Aug 18, 2023
1 parent bd35d3a commit 1afdca6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helloworld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ permissions:
defaults:
run:
shell: bash

on:
push:
pull_request:
schedule:
- cron: 0,5,10,15,20,25,30,35,40,45,50,55 * * * *
- cron: '37 22 * * *'

jobs:
gha:
Expand All @@ -25,7 +26,7 @@ jobs:

steps:

# actions/checkout MUST come before auth
# actions/checkout MUST come before auth
- uses: actions/checkout@v3

- id: auth
Expand Down

0 comments on commit 1afdca6

Please sign in to comment.