You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2022/05/19 16:50:28 UTC

[trafficcontrol] branch master updated: Run Molecule GitHub Actions workflows against all branches (#6839)

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 0be20af347 Run Molecule GitHub Actions workflows against all branches (#6839)
0be20af347 is described below

commit 0be20af3472b8cf9e4eb030a6954dcb84aa421f5
Author: Zach Hoffman <zr...@apache.org>
AuthorDate: Thu May 19 10:50:23 2022 -0600

    Run Molecule GitHub Actions workflows against all branches (#6839)
---
 .github/workflows/ansible.molecule.fo.yml   | 2 --
 .github/workflows/ansible.molecule.todb.yml | 2 --
 2 files changed, 4 deletions(-)

diff --git a/.github/workflows/ansible.molecule.fo.yml b/.github/workflows/ansible.molecule.fo.yml
index 69528495bc..2062125364 100644
--- a/.github/workflows/ansible.molecule.fo.yml
+++ b/.github/workflows/ansible.molecule.fo.yml
@@ -20,8 +20,6 @@ name: Molecule - FO
 on:
   create:
   push:
-    branches:
-      - master
     paths:
       - .github/workflows/ansible.molecule.fo.yml
       - infrastructure/ansible/roles/molecule_shared/**
diff --git a/.github/workflows/ansible.molecule.todb.yml b/.github/workflows/ansible.molecule.todb.yml
index 13807a140e..0fc529c1ce 100644
--- a/.github/workflows/ansible.molecule.todb.yml
+++ b/.github/workflows/ansible.molecule.todb.yml
@@ -20,8 +20,6 @@ name: Molecule - TODB
 on:
   create:
   push:
-    branches:
-      - master
     paths:
       - .github/workflows/ansible.molecule.todb.yml
       - infrastructure/ansible/roles/molecule_shared/**