Skip to content

Commit

Permalink
fix: disable upstream GH workflows (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Jun 5, 2024
1 parent 59dfb23 commit a415c0b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: test-all

on:
workflow_dispatch:
pull_request:
push:
tags:
- 'v*'
# nightly build @ 2:15 AM UTC
schedule:
- cron: '15 2 * * *'
# on:
# workflow_dispatch:
# pull_request:
# push:
# tags:
# - 'v*'
# # nightly build @ 2:15 AM UTC
# schedule:
# - cron: '15 2 * * *'

jobs:
set_release_type:
Expand Down

0 comments on commit a415c0b

Please sign in to comment.