Skip to content

Commit

Permalink
chore(ci): disable unneeded workflows (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlee221 authored Feb 7, 2023
1 parent d2d6f0c commit e6fbe55
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-runtime-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

name: Build and Runtime Test

on:
schedule:
- cron: '*/15 * * * *' # Run every 15 minutes
# Disabled on staging repo
# on:
# schedule:
# - cron: '*/15 * * * *' # Run every 15 minutes

jobs:
build:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: 'CodeQL'

on:
push:
branches: ['main', '*/main']
# Re-enable it once we get the license to enable advanced security
# on:
# push:
# branches: ['main', '*/main']

pull_request:
types: [opened, synchronize, labeled]
# pull_request:
# types: [opened, synchronize, labeled]

jobs:
analyze:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

name: Test and Publish / latest

on:
push:
branches: [main]
# Disabled on staging repo
# on:
# push:
# branches: [main]

permissions:
contents: write # Used to push tags to GitHub
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ concurrency:
group: e2e-${{ github.sha }}
cancel-in-progress: true

on:
push:
branches: [main]
# Disabled on staging repo
# on:
# push:
# branches: [main]

jobs:
test:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

name: Version Packages

on:
push:
branches: [main]
# Disabled on staging repo
# on:
# push:
# branches: [main]

permissions:
contents: write # Used to commit to "Version Packages" PR
Expand Down

0 comments on commit e6fbe55

Please sign in to comment.