File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 pull_request :
1919 branches : [master]
2020
21+ concurrency :
22+ group : ${{ github.workflow }}-${{ github.ref }}
23+ cancel-in-progress : true
24+
2125jobs :
2226 notification :
2327 runs-on : ubuntu-latest
2428 name : Notify start to IRC gitlama
2529 steps :
2630 - name : IRC notification
2731 uses : LanguageMachines/ticcactions/irc-init@v1
28- - name : Cancel Previous Runs
29- uses : styfle/cancel-workflow-action@0.12.1
30- with :
31- access_token : ${{ github.token }}
3232
3333 build :
3434 runs-on : ${{ matrix.os }}
3939 compiler : [g++ -std=c++17, clang++ -std=c++17]
4040
4141 steps :
42- - uses : actions/checkout@v4.1.1
42+ - uses : actions/checkout@v6.0.2
4343 - uses : LanguageMachines/ticcactions/cpp-build-env@v1
4444 - uses : LanguageMachines/ticcactions/cpp-dependencies@v1
4545 - uses : LanguageMachines/ticcactions/irc-nick@v1
You can’t perform that action at this time.
0 commit comments