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

ericholguin 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 d7962b043c Never trigger Molegule GHA workflows (#7826)
d7962b043c is described below

commit d7962b043c37ed2d215c608fcfb5cbbb775fad04
Author: Zach Hoffman <[email protected]>
AuthorDate: Tue Oct 3 12:56:07 2023 -0600

    Never trigger Molegule GHA workflows (#7826)
---
 .github/workflows/ansible.molecule.fo.yml   | 2 +-
 .github/workflows/ansible.molecule.todb.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ansible.molecule.fo.yml 
b/.github/workflows/ansible.molecule.fo.yml
index 5cbbc94fcc..8c6c456d5c 100644
--- a/.github/workflows/ansible.molecule.fo.yml
+++ b/.github/workflows/ansible.molecule.fo.yml
@@ -17,7 +17,7 @@
 ---
 name: Molecule - FO
 
-#on:
+on:
 #  push:
 #    paths:
 #      - .github/workflows/ansible.molecule.fo.yml
diff --git a/.github/workflows/ansible.molecule.todb.yml 
b/.github/workflows/ansible.molecule.todb.yml
index c74e83a32f..51949dd54e 100644
--- a/.github/workflows/ansible.molecule.todb.yml
+++ b/.github/workflows/ansible.molecule.todb.yml
@@ -17,7 +17,7 @@
 ---
 name: Molecule - TODB
 
-#on:
+on:
 #  push:
 #    paths:
 #      - .github/workflows/ansible.molecule.todb.yml

Reply via email to