chore: comment out workflow_run sections in GitHub Actions for package workflows

This commit is contained in:
Steven Enamakel
2026-02-13 02:46:47 +05:30
parent 0ea70f6dcf
commit 5d9e20cb67
2 changed files with 16 additions and 16 deletions
+6 -6
View File
@@ -13,12 +13,12 @@ on:
push:
branches:
- main
workflow_run:
workflows: ["Version Bump"]
types:
- completed
branches:
- main
# workflow_run:
# workflows: ["Version Bump"]
# types:
# - completed
# branches:
# - main
pull_request:
branches:
- main
+10 -10
View File
@@ -7,18 +7,18 @@ on:
workflow_dispatch:
inputs:
publish:
description: 'Publish to release (requires main branch)'
description: "Publish to release (requires main branch)"
type: boolean
default: false
push:
branches:
- develop
workflow_run:
workflows: ['Version Bump']
types:
- completed
branches:
- main
# workflow_run:
# workflows: ['Version Bump']
# types:
# - completed
# branches:
# - main
pull_request:
branches:
- main
@@ -128,7 +128,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 24.x
cache: 'yarn'
cache: "yarn"
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
@@ -138,8 +138,8 @@ jobs:
- name: Setup Java 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
distribution: "temurin"
java-version: "17"
- name: Setup Android SDK
uses: android-actions/setup-android@v3