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 committed Jun 24, 2024
1 parent 1239dc7 commit cff4374
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Test All

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- "*-stable"
# 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 cff4374

Please sign in to comment.