Disable Report workflows (#91)
This commit is contained in:
parent
c4eceacafb
commit
ede80410ea
|
@ -2,8 +2,8 @@ name: Report - HoldMyBeerTest
|
|||
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 */2 * *'
|
||||
# schedule:
|
||||
# - cron: '30 1 */2 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -2,8 +2,8 @@ name: Report - PeersTest
|
|||
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 */2 * *'
|
||||
# schedule:
|
||||
# - cron: '30 1 */2 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue