Skip to content

Commit 00672c7

Browse files
committed
fix: ci fixes
1 parent 4872cec commit 00672c7

File tree

4 files changed

+2
-34
lines changed

4 files changed

+2
-34
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
name: Main Extension Distribution Pipeline
55
on:
66
push:
7-
branches-ignore:
8-
- v1.3
97
pull_request:
10-
branches-ignore:
11-
- v1.3
128
workflow_dispatch:
139
schedule:
1410
- cron: '0 2 * * *' # Runs every night at 02:00 UTC

.github/workflows/MainDistributionPipeline_v1.3.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/schedule-1.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
2525
- name: Trigger Workflow on my-branch
2626
run: |
27-
gh workflow run MainDistributionPipeline_v1.3.yml --ref v1.3
27+
gh workflow run MainDistributionPipeline.yml --ref v1.3

0 commit comments

Comments
 (0)