Skip to content

Crawler

Crawler #519

Workflow file for this run

name: Crawler
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:
schedule:
- cron: '0 14 * * *'
workflow_dispatch:
jobs:
crawl:
uses: relaton/support/.github/workflows/crawler.yml@master
with:
override-files: |
https://raw.githubusercontent.com/ietf-tools/bibxml-service/main/Gemfile=Gemfile
args: ${{ github.event.inputs.args }}
commit-indexes: false
secrets:
args: ${{ secrets.IETF_BIB_BOT_PAT }}