Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
unfor19 committed Nov 12, 2021
1 parent 94f23fa commit 3fa7d3f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -45,6 +47,7 @@ jobs:
sudo ./entrypoint.sh
test_arm64:
# Supports only v2+
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit 3fa7d3f

Please sign in to comment.