Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 5897491

Browse files
feat: build for release
1 parent 029a0dc commit 5897491

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.ja.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,21 @@ jobs:
4141
name: First Job
4242
runs-on: ubuntu-latest
4343
steps:
44-
# use this GitHub Actions
44+
# この GitHub Actions をこの workflow の中でできるだけ早く少なくとも一度は使用してください。
4545
- uses: technote-space/auto-cancel-redundant-job@v1
4646
# Run any steps
4747
- name: any steps
4848
run: echo test
4949
# ...
5050

51+
# Run any jobs
5152
secondJob:
5253
name: Second Job
5354
needs: firstJob
5455
runs-on: ubuntu-latest
5556
steps:
5657
- run: echo test
58+
5759
# ...
5860
```
5961

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,21 @@ jobs:
4141
name: First Job
4242
runs-on: ubuntu-latest
4343
steps:
44-
# use this GitHub Actions
44+
# Use this GitHub Actions at least once in this workflow as soon as possible.
4545
- uses: technote-space/auto-cancel-redundant-job@v1
4646
# Run any steps
4747
- name: any steps
4848
run: echo test
4949
# ...
5050

51+
# Run any jobs
5152
secondJob:
5253
name: Second Job
5354
needs: firstJob
5455
runs-on: ubuntu-latest
5556
steps:
5657
- run: echo test
58+
5759
# ...
5860
```
5961

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"3891283f536a824da36f82cdbc2e4f8b6d2afbb7","ref":"refs/tags/v1.4.1","tagName":"v1.4.1","branch":"gh-actions","tags":["v1.4.1","v1.4","v1"],"updated_at":"2020-07-16T18:32:30.482Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"7a0f70b16f1a5323fbd4f4023344ad6d89f974ad","ref":"refs/tags/v1.4.2","tagName":"v1.4.2","branch":"gh-actions","tags":["v1.4.2","v1.4","v1"],"updated_at":"2020-07-16T18:43:20.660Z"}

0 commit comments

Comments
 (0)