Skip to content

Commit

Permalink
update actions test files
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Mar 10, 2022
1 parent 4519132 commit 10c0dff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/macos_action_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Action test on MacOS
on:
schedule:
- cron: "0 4 * * MON-FRI" # Runs at 04:00 UTC
push:
# push:
# branches: [main]
workflow_dispatch:

jobs:
Expand All @@ -13,5 +14,6 @@ jobs:
- uses: actions/checkout@v2
- uses: GuillaumeFalourd/pull-request-action@main
with:
source_branch: "main"
destination_branch: "test"
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu_action_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: "0 2 * * MON-FRI" # Runs at 02:00 UTC
push:
branches: [main]
workflow_dispatch:

jobs:
Expand All @@ -13,5 +14,6 @@ jobs:
- uses: actions/checkout@v2
- uses: GuillaumeFalourd/pull-request-action@main
with:
source_branch: "main"
destination_branch: "test"
github_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/windows_action_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Action test on Windows
on:
schedule:
- cron: "0 6 * * MON-FRI" # Runs at 06:00 UTC
push:
# push:
# branches: [main]
workflow_dispatch:

jobs:
Expand All @@ -13,5 +14,6 @@ jobs:
- uses: actions/checkout@v2
- uses: GuillaumeFalourd/pull-request-action@main
with:
source_branch: "main"
destination_branch: "test"
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 10c0dff

Please sign in to comment.