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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e585d5b  Always run checks on trunk branch.
e585d5b is described below

commit e585d5b55268278239b36251fce6882c85a909dc
Author: Tomaz Muraus <[email protected]>
AuthorDate: Mon Dec 14 18:00:28 2020 +0100

    Always run checks on trunk branch.
---
 .github/workflows/main.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 62a8127..85844a7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
     runs-on: ${{ matrix.os }}
 
     needs: pre_job
-    if: ${{ needs.pre_job.outputs.should_skip == 'false' }}
+    if: ${{ needs.pre_job.outputs.should_skip == 'false' || github.ref == 
'refs/heads/trunk' }}
 
     strategy:
       fail-fast: false
@@ -71,7 +71,7 @@ jobs:
     runs-on: ubuntu-latest
 
     needs: pre_job
-    if: ${{ needs.pre_job.outputs.should_skip == 'false' }}
+    if: ${{ needs.pre_job.outputs.should_skip == 'false' || github.ref == 
'refs/heads/trunk' }}
 
     strategy:
       matrix:
@@ -104,7 +104,7 @@ jobs:
     runs-on: ubuntu-latest
 
     needs: pre_job
-    if: ${{ needs.pre_job.outputs.should_skip == 'false' }}
+    if: ${{ needs.pre_job.outputs.should_skip == 'false' || github.ref == 
'refs/heads/trunk' }}
 
     strategy:
       matrix:
@@ -137,7 +137,7 @@ jobs:
     runs-on: ubuntu-latest
 
     needs: pre_job
-    if: ${{ needs.pre_job.outputs.should_skip == 'false' }}
+    if: ${{ needs.pre_job.outputs.should_skip == 'false' || github.ref == 
'refs/heads/trunk' }}
 
     strategy:
       matrix:

Reply via email to