From f4f9ecae7c3c326757a083ffad50f688ed9044cd Mon Sep 17 00:00:00 2001 From: stefanomunarini Date: Mon, 19 Jun 2023 10:51:12 +0100 Subject: [PATCH] chore: exclude index files from being committed --- .github/workflows/crawler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crawler.yml b/.github/workflows/crawler.yml index 8c966dc71..af4b0aa92 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -15,4 +15,6 @@ jobs: with: override-files: | https://raw.githubusercontent.com/ietf-tools/bibxml-service/main/Gemfile=Gemfile - https://raw.githubusercontent.com/ietf-tools/bibxml-service/main/Gemfile.lock=Gemfile.lock \ No newline at end of file + https://raw.githubusercontent.com/ietf-tools/bibxml-service/main/Gemfile.lock=Gemfile.lock + args: ${{ github.event.inputs.args }} + commit-indexes: false \ No newline at end of file