This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch github_actions_take_2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit fc329e5902b689da5e57ed30f185ed9d09e0eee7 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 13 13:53:18 2020 +0100 Fix syntax. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cfc6ba7..c2671bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,7 @@ jobs: # Special job which skips duplicate jobs pre_job: name: Skip Duplicate Jobs Pre Job + runs-on: ubuntu-latest # Map a step output to a job output outputs: should_skip: ${{ steps.skip_check.outputs.should_skip }}
