We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee18522 commit ba694bdCopy full SHA for ba694bd
.github/workflows/main.yml
@@ -11,7 +11,8 @@ on:
11
schedule:
12
- cron: '0 6 * * 0'
13
jobs:
14
- test:
+ repo:
15
+ name: Test Repo Runner
16
runs-on: ubuntu-18.04
17
strategy:
18
fail-fast: true
@@ -26,6 +27,16 @@ jobs:
26
27
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
28
with:
29
molecule_command: test
30
+ org:
31
+ name: Test Org Runner
32
+ runs-on: ubuntu-18.04
33
+ strategy:
34
+ fail-fast: true
35
+ steps:
36
+ - name: checkout
37
+ uses: actions/checkout@v2
38
+ with:
39
+ path: "${{ github.repository }}"
40
- name: Molecule for Ansible - GHR Organization
41
uses: MonolithProjects/[email protected]
42
env:
0 commit comments