Skip to content

Commit 4df4084

Browse files
committed
enable cron
1 parent 7bdb2e2 commit 4df4084

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Hourly Pipeline
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- new-pipeline
8-
# schedule:
9-
# - cron: "0 * * * *"
5+
schedule:
6+
- cron: "50 * * * *"
107

118

129
jobs:
@@ -50,7 +47,7 @@ jobs:
5047
HOUR_TWO_HOURS_AGO: ${{ steps.set_hour.outputs.HOUR_TWO_HOURS_AGO }}
5148

5249
- name: Check if the pipeline ran successfully
53-
run: ls -lh ./data
50+
run: ls -lh ./data/*.fgb
5451

5552
- name: Authenticate with GCP
5653
uses: google-github-actions/auth@v2

0 commit comments

Comments
 (0)