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

jonnybot pushed a commit to branch remove-circle-ci
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git

commit 5b19a4a272ae0d6154afdcbc8c24f631e7e66122
Author: Jonny Carter <[email protected]>
AuthorDate: Fri Mar 7 16:11:58 2025 -0600

    TO DROP: Add push event for now
---
 .github/workflows/saucelabs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/saucelabs.yml b/.github/workflows/saucelabs.yml
index 59670110..7073d069 100644
--- a/.github/workflows/saucelabs.yml
+++ b/.github/workflows/saucelabs.yml
@@ -15,7 +15,7 @@
 
 name: Test in SauceLabs
 
-on: [pull_request, workflow_dispatch]
+on: [pull_request, workflow_dispatch, push] #TODO: Remove push
 
 permissions:
   contents: read

Reply via email to