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:
|
||||
macos-minimal:
|
||||
runs-on: macos-latest
|
||||
if: github.event_name != 'push'
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- 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:
|
||||
ubuntu-minimal:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'push'
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- 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:
|
||||
windows-minimal:
|
||||
runs-on: windows-latest
|
||||
if: github.event_name != 'push'
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- run: date > reports/windows_report_minimal.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue