Skip to content

Commit cec87e9

Browse files
committed
Disable workflows for efficiency while debugging
1 parent cfbcea1 commit cec87e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
- pyscriptjs/**
88
- .github/workflows/** # Test that workflows work when changed
99

10-
pull_request: # Run on any PR that modifies files in pyscriptjs/
11-
paths:
12-
- pyscriptjs/**
13-
- .github/workflows/**
10+
# pull_request: # Run on any PR that modifies files in pyscriptjs/
11+
# paths:
12+
# - pyscriptjs/**
13+
# - .github/workflows/**
1414

1515
jobs:
1616
build:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77

8-
pull_request: # Run on any PR that modifies files in pyscriptjs/
8+
# pull_request: # Run on any PR that modifies files in pyscriptjs/
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)