From 47ea60372f749ac387839e432e826e30681d4b05 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Tue, 2 Feb 2021 14:07:43 +0100 Subject: [PATCH] disable CI for translation branches --- .github/workflows/ansible.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index fe5789e2c..05419d5e8 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -4,10 +4,10 @@ name: Ansible Role on: push: branches-ignore: - - 'translations_**' + - 'translations**' pull_request: branches-ignore: - - 'translations_**' + - 'translations**' jobs: # https://molecule.readthedocs.io/en/latest/ci.html#github-actions diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 423028275..5eaca123a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: ci on: push: branches-ignore: - - 'translations_**' + - 'translations**' pull_request: branches-ignore: - - 'translations_**' + - 'translations**' jobs: documentation: