Skip to content

Commit

Permalink
chore: enable gha workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Manan-Bhatia-0 committed Jun 25, 2024
1 parent 71fa4ee commit 6685e4b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Nightly Build

on:
workflow_dispatch:
# schedule:
# - cron: '0 10 * * *' # Run every day at 10AM UTC
schedule:
- cron: '0 10 * * *' # Run every day at 10AM UTC

jobs:
call-nightly-workflow:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Release

on:
workflow_dispatch:
# push:
# tags:
# - 'v*'
push:
tags:
- 'v*'

jobs:
call-nightly-workflow:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-compat-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Test Compatibility On Comment

on:
workflow_dispatch:
# issue_comment:
# types: [created, edited]
issue_comment:
types: [created, edited]

jobs:
check-commenting-user:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Test Compatibility
on:
workflow_dispatch:
pull_request:
# push:
# branches:
# - main
push:
branches:
- main

jobs:
call-test-compat:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Verify Release

on:
workflow_dispatch:
# push:
# branches:
# - release
push:
branches:
- release

jobs:
call-nightly-workflow:
Expand Down

0 comments on commit 6685e4b

Please sign in to comment.