Skip to content

Commit

Permalink
[GA] Add manual trigger to all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
banach-space committed Jan 21, 2021
1 parent 013c5b6 commit 77e8477
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/x86-darwin-llvm-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: x86-Darwin-llvm-from-sources
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/x86-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/x86-ubuntu-llvm-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: x86-Ubuntu-llvm-from-sources
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/x86-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 77e8477

Please sign in to comment.