From 3fa7d3fe7b747b0ea22896c9f2088f4ea81db2f6 Mon Sep 17 00:00:00 2001 From: Meir Gabay Date: Fri, 12 Nov 2021 22:06:27 +0200 Subject: [PATCH] cosmetics --- .github/workflows/test.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 24b577b..9b5ae89 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,11 +1,13 @@ name: test -on: [push, workflow_dispatch] +on: + - push + - workflow_dispatch jobs: dispatch_test_action: - name: Dispatch test action - runs-on: ubuntu-latest + name: Dispatch Test Action + runs-on: ubuntu-20.04 env: GH_OWNER: unfor19 GH_REPO: install-aws-cli-action-test @@ -45,6 +47,7 @@ jobs: sudo ./entrypoint.sh test_arm64: + # Supports only v2+ runs-on: ubuntu-20.04 strategy: matrix: