forked from tarantool/tarantool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: clean workspace on self-hosted runners
Added `tarantool/actions/cleanup` action to each job which uses self-hosted runners. The action cleans workspace directory of self-hosted runner after previous run. The main reason to add this action is 'Need a single revision' error [1] caused by a conflict of submodule versions, the standard 'actions/checkout' action fails with this error. It's a well-known problem and related issue [2] is still opened. [1] tarantool/tarantool-qa#145 [2] actions/checkout#418 NO_DOC=ci NO_TEST=ci NO_CHANGELOG=ci Closes tarantool/tarantool-qa#145
- Loading branch information
Showing
48 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- name: Sources checkout | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- name: Sources checkout | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
@@ -69,6 +70,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
# We don't need neither deep fetch, nor submodules here. | ||
- uses: actions/[email protected] | ||
# Don't use actions/setup-python to don't bother with proper | ||
|
@@ -95,6 +97,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: macos-11 | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: macos-11-m1 | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: macos-11-m1 | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: macos-11 | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: macos-12 | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: ubuntu-20.04-self-hosted | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ jobs: | |
runs-on: macos-10.15 | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
build-type: [ '', 'gc64' ] | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ jobs: | |
runs-on: graviton | ||
|
||
steps: | ||
- uses: tarantool/actions/cleanup@master | ||
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|