Skip to content

Commit cc72877

Browse files
author
Takatsugu Shigeta
committed
Fix concurrency error
1 parent 4f4f41b commit cc72877

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/mt-data-api-sdk-js.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
concurrency:
1010
# # This item has no matching transformer
1111
# maximum_number_of_builds: 0
12+
group: "${{ github.ref }}"
13+
cancel-in-progress: true
1214
env:
1315
MT_HOME: "/home/travis/mt"
1416
PERL_CPANM_OPT: "--from https://www.cpan.org"
@@ -59,22 +61,6 @@ jobs:
5961
- run: perl -i -pe 's{(eval "use MT::PSGI;";)}{$1 die \$@ if \$@;}g' $MT_HOME/t/mysql-test-psgi-server.pl
6062
- run: npm install
6163
- run: npm test
62-
- uses: rectalogic/notify-irc@v1
63-
if: "${{ github.event_name != 'pull_request' }}"
64-
with:
65-
server: irc.freenode.com
66-
port: 6697
67-
channel: movabletype
68-
nickname: Default nickname
69-
message: Default message
70-
- uses: rectalogic/notify-irc@v1
71-
if: "${{ github.event_name != 'pull_request' }}"
72-
with:
73-
server: irc.freenode.com
74-
port: 6697
75-
channel: movabletype-ja
76-
nickname: Default nickname
77-
message: Default message
7864
services:
7965
mysql:
8066
image: mysql

0 commit comments

Comments
 (0)