update minimal workflows
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
ec2d763053
commit
fce6a92281
3 changed files with 3 additions and 0 deletions
1
.github/workflows/macos_action_test.yml
vendored
1
.github/workflows/macos_action_test.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
macos-minimal:
|
macos-minimal:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
if: github.event_name != 'push'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
- run: date > reports/macos_report_minimal.txt
|
- run: date > reports/macos_report_minimal.txt
|
||||||
|
|
1
.github/workflows/ubuntu_action_test.yml
vendored
1
.github/workflows/ubuntu_action_test.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-minimal:
|
ubuntu-minimal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event_name != 'push'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
- run: date > reports/ubuntu_report_minimal.txt
|
- run: date > reports/ubuntu_report_minimal.txt
|
||||||
|
|
1
.github/workflows/windows_action_test.yml
vendored
1
.github/workflows/windows_action_test.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
windows-minimal:
|
windows-minimal:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
if: github.event_name != 'push'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
- run: date > reports/windows_report_minimal.txt
|
- run: date > reports/windows_report_minimal.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue