Delete .github/workflows/macos_action_test.yml
Some checks failed
Action test on Ubuntu / ubuntu-minimal (push) Has been skipped
Action test on Ubuntu / ubuntu-full-remote (push) Failing after 12s
Action test on Ubuntu / ubuntu-nochanges (push) Successful in 10s
Action test on Ubuntu / ubuntu-full (push) Successful in 15s
Action test on Windows / windows-minimal (push) Has been cancelled
Action test on Windows / windows-full (push) Has been cancelled
Action test on Windows / windows-full-remote (push) Has been cancelled
Action test on Windows / windows-nochanges (push) Has been cancelled
Some checks failed
Action test on Ubuntu / ubuntu-minimal (push) Has been skipped
Action test on Ubuntu / ubuntu-full-remote (push) Failing after 12s
Action test on Ubuntu / ubuntu-nochanges (push) Successful in 10s
Action test on Ubuntu / ubuntu-full (push) Successful in 15s
Action test on Windows / windows-minimal (push) Has been cancelled
Action test on Windows / windows-full (push) Has been cancelled
Action test on Windows / windows-full-remote (push) Has been cancelled
Action test on Windows / windows-nochanges (push) Has been cancelled
This commit is contained in:
parent
f4732d9d3a
commit
f16dbd4c82
1 changed files with 0 additions and 58 deletions
58
.github/workflows/macos_action_test.yml
vendored
58
.github/workflows/macos_action_test.yml
vendored
|
@ -1,58 +0,0 @@
|
||||||
name: Action test on MacOS
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 4 * * MON-FRI" # Runs at 04:00 UTC
|
|
||||||
push:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
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
|
|
||||||
- uses: GuillaumeFalourd/git-commit-push@main
|
|
||||||
|
|
||||||
macos-full:
|
|
||||||
runs-on: macos-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2.3.4
|
|
||||||
- run: date > reports/macos_report_full.txt
|
|
||||||
- uses: GuillaumeFalourd/git-commit-push@main
|
|
||||||
with:
|
|
||||||
email: ${{ github.actor }}[bot]@users.noreply.github.com
|
|
||||||
name: ${{ github.actor }}
|
|
||||||
commit_message: macos full workflow
|
|
||||||
target_branch: macos
|
|
||||||
files: reports/macos_report_full.txt
|
|
||||||
remote_repository: origin
|
|
||||||
access_token: ${{ github.token }}
|
|
||||||
force: true
|
|
||||||
empty: true
|
|
||||||
tags: true
|
|
||||||
|
|
||||||
macos-full-remote:
|
|
||||||
runs-on: macos-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2.3.4
|
|
||||||
- run: date > reports/macos_report_full_remote.txt
|
|
||||||
- uses: GuillaumeFalourd/git-commit-push@main
|
|
||||||
with:
|
|
||||||
email: ${{ github.actor }}[bot]@users.noreply.github.com
|
|
||||||
name: ${{ github.actor }}
|
|
||||||
commit_message: macos full remote workflow
|
|
||||||
target_branch: macos
|
|
||||||
files: reports/macos_report_full_remote.txt
|
|
||||||
remote_repository: https://github.com/GuillaumeFalourd/poc-github-actions
|
|
||||||
access_token: ${{ secrets.ACCESS_TOKEN }}
|
|
||||||
force: true
|
|
||||||
empty: true
|
|
||||||
tags: true
|
|
||||||
|
|
||||||
macos-nochanges:
|
|
||||||
runs-on: macos-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2.3.4
|
|
||||||
- uses: GuillaumeFalourd/git-commit-push@main
|
|
Loading…
Add table
Reference in a new issue