From cc72877e8ecca931f454da6fbe2e9e0d116fcc23 Mon Sep 17 00:00:00 2001 From: Takatsugu Shigeta Date: Tue, 5 Nov 2024 13:45:36 +0900 Subject: [PATCH] Fix concurrency error --- .github/workflows/mt-data-api-sdk-js.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/mt-data-api-sdk-js.yml b/.github/workflows/mt-data-api-sdk-js.yml index 9145b30..83cc334 100644 --- a/.github/workflows/mt-data-api-sdk-js.yml +++ b/.github/workflows/mt-data-api-sdk-js.yml @@ -9,6 +9,8 @@ on: concurrency: # # This item has no matching transformer # maximum_number_of_builds: 0 + group: "${{ github.ref }}" + cancel-in-progress: true env: MT_HOME: "/home/travis/mt" PERL_CPANM_OPT: "--from https://www.cpan.org" @@ -59,22 +61,6 @@ jobs: - run: perl -i -pe 's{(eval "use MT::PSGI;";)}{$1 die \$@ if \$@;}g' $MT_HOME/t/mysql-test-psgi-server.pl - run: npm install - run: npm test - - uses: rectalogic/notify-irc@v1 - if: "${{ github.event_name != 'pull_request' }}" - with: - server: irc.freenode.com - port: 6697 - channel: movabletype - nickname: Default nickname - message: Default message - - uses: rectalogic/notify-irc@v1 - if: "${{ github.event_name != 'pull_request' }}" - with: - server: irc.freenode.com - port: 6697 - channel: movabletype-ja - nickname: Default nickname - message: Default message services: mysql: image: mysql