Update crawl.yml

This commit is contained in:
Guido García 2021-01-13 17:18:27 +01:00 committed by GitHub
parent 325b34d315
commit 062678a80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,9 @@
name: crawler
on:
schedule:
- cron: 0/5 * * * *
# TODO enable scheduled execution
# schedule:
# - cron: 0/5 * * * *
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -18,5 +19,6 @@ jobs:
- name: Run a multi-line script
run: |
echo $GITHUB_WORKSPACE
cat $GITHUB_WORKSPACE/sites.txt
echo Add other actions to build,
echo test, and deploy your project.