Skip to content

Commit eace45f

Browse files
authored
disable workflow
1 parent 951fb44 commit eace45f

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed
Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
name: Integration Test
2-
on: [push]
3-
jobs:
4-
build:
5-
runs-on: ubuntu-latest
6-
steps:
7-
- uses: actions/checkout@master
8-
- name: Self test
9-
id: selftest
10-
11-
uses: ryan-rozario/[email protected]
12-
13-
# Put an example of mandatory inputs here
14-
with:
15-
PROJECT_PATH: .
16-
REQUIREMENT_PATH: ./requirements.txt
1+
# TEMP Disable workflow
2+
#name: Integration Test
3+
#on: [push]
4+
#jobs:
5+
# build:
6+
# runs-on: ubuntu-latest
7+
# steps:
8+
# - name: Checkout repository
9+
# uses: actions/checkout@v2
10+
# - name: Update requirements.txt
11+
# uses: ryan-rozario/[email protected]
12+
# with:
13+
# PROJECT_PATH: .
14+
# REQUIREMENT_PATH: ./requirements.txt

0 commit comments

Comments
 (0)