File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
Original file line number Diff line number Diff line change 4
4
BASEDIR : https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/main
5
5
jobs :
6
6
build :
7
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
7
8
runs-on : ubuntu-latest
8
9
steps :
9
- - uses : actions/checkout@v2
10
- - uses : actions/setup-python@v1
11
- with :
12
- python-version : 3.6
13
- - uses : actions/cache@v1
14
- with :
15
- path : ~/.cache/pip
16
- key : ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/lint.yml') }}
17
- restore-keys : |
18
- ${{ runner.os }}-pip-
19
- - run : curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
20
- - run : curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
10
+ - uses : actions/checkout@v3
11
+ - uses : actions/setup-python@v4
12
+ with :
13
+ python-version : 3.8
14
+ - uses : actions/cache@v3
15
+ with :
16
+ path : ~/.cache/pip
17
+ key : ${{ runner.os }}-pip
18
+ - run : curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
19
+ - run : curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
You can’t perform that action at this time.
0 commit comments