From d77880ef1fc96ac6d44c018a914811e69a5d87cb Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Tue, 7 May 2024 12:52:09 +0200 Subject: [PATCH] Revert "run only on PRs and pushes to rolling" Temporary revert for testing This reverts commit ae0c6e9ef65eba5efa7a2d0e4462bc4294fc9ca5. --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7fb6bf2..20227e65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,6 @@ name: SROS2 CI on: pull_request: push: - branches: - - rolling schedule: # Run daily - cron: '0 20 * * *'