diff --git a/.github/workflows/charybdis.yml b/.github/workflows/charybdis.yml index 60cad6a..598f593 100644 --- a/.github/workflows/charybdis.yml +++ b/.github/workflows/charybdis.yml @@ -37,7 +37,7 @@ jobs: make install - name: Test with pytest run: PATH=~/.local/bin:$PATH make charybdis -name: irctest with Charybdis +name: irctest with Charybdis (stable) 'on': pull_request: null push: null diff --git a/.github/workflows/ergo.yml b/.github/workflows/ergo.yml index d7255d8..095eca0 100644 --- a/.github/workflows/ergo.yml +++ b/.github/workflows/ergo.yml @@ -39,7 +39,7 @@ jobs: make install - name: Test with pytest run: PATH=~/go/bin:$PATH make ergo -name: irctest with Ergo +name: irctest with Ergo (stable) 'on': pull_request: null push: null diff --git a/.github/workflows/ergo_devel.yml b/.github/workflows/ergo_devel.yml index 2106dc0..ad5c3b8 100644 --- a/.github/workflows/ergo_devel.yml +++ b/.github/workflows/ergo_devel.yml @@ -39,7 +39,7 @@ jobs: make install - name: Test with pytest run: PATH=~/go/bin:$PATH make ergo -name: irctest with Ergo +name: irctest with Ergo (devel) 'on': schedule: - cron: 51 8 * * 6 diff --git a/.github/workflows/inspircd.yml b/.github/workflows/inspircd.yml index 93c4175..c0041fc 100644 --- a/.github/workflows/inspircd.yml +++ b/.github/workflows/inspircd.yml @@ -37,7 +37,7 @@ jobs: make install - name: Test with pytest run: PATH=~/.local/inspircd/bin:$PATH make inspircd -name: irctest with InspIRCd +name: irctest with InspIRCd (stable) 'on': pull_request: null push: null diff --git a/.github/workflows/inspircd_devel.yml b/.github/workflows/inspircd_devel.yml index 33f82d8..33c7d0e 100644 --- a/.github/workflows/inspircd_devel.yml +++ b/.github/workflows/inspircd_devel.yml @@ -37,7 +37,7 @@ jobs: make install - name: Test with pytest run: PATH=~/.local/inspircd/bin:$PATH make inspircd -name: irctest with InspIRCd +name: irctest with InspIRCd (devel) 'on': schedule: - cron: 51 8 * * 6 diff --git a/.github/workflows/inspircd_devel_release.yml b/.github/workflows/inspircd_devel_release.yml index feeb5f9..35ac643 100644 --- a/.github/workflows/inspircd_devel_release.yml +++ b/.github/workflows/inspircd_devel_release.yml @@ -37,7 +37,7 @@ jobs: make install - name: Test with pytest run: PATH=~/.local/inspircd/bin:$PATH make inspircd -name: irctest with InspIRCd +name: irctest with InspIRCd (devel_release) 'on': schedule: - cron: 51 8 * * 6 diff --git a/.github/workflows/limnoria.yml b/.github/workflows/limnoria.yml index b088399..ba2531e 100644 --- a/.github/workflows/limnoria.yml +++ b/.github/workflows/limnoria.yml @@ -26,7 +26,7 @@ jobs: run: pip install limnoria==2021.01.15 cryptography - name: Test with pytest run: PATH=~/.local/bin:$PATH make limnoria -name: irctest with Limnoria +name: irctest with Limnoria (stable) 'on': pull_request: null push: null diff --git a/.github/workflows/limnoria_devel.yml b/.github/workflows/limnoria_devel.yml index 779a2dd..52e4f35 100644 --- a/.github/workflows/limnoria_devel.yml +++ b/.github/workflows/limnoria_devel.yml @@ -26,7 +26,7 @@ jobs: run: pip install git+https://github.com/ProgVal/Limnoria.git@testing cryptography - name: Test with pytest run: PATH=~/.local/bin:$PATH make limnoria -name: irctest with Limnoria +name: irctest with Limnoria (devel) 'on': schedule: - cron: 51 8 * * 6 diff --git a/.github/workflows/solanum.yml b/.github/workflows/solanum.yml index 9898f2a..49df408 100644 --- a/.github/workflows/solanum.yml +++ b/.github/workflows/solanum.yml @@ -37,7 +37,7 @@ jobs: make install - name: Test with pytest run: PATH=~/.local/bin:$PATH make solanum -name: irctest with Solanum +name: irctest with Solanum (stable) 'on': pull_request: null push: null diff --git a/.github/workflows/solanum_devel.yml b/.github/workflows/solanum_devel.yml index 9182ac4..ee7a4a1 100644 --- a/.github/workflows/solanum_devel.yml +++ b/.github/workflows/solanum_devel.yml @@ -37,7 +37,7 @@ jobs: make install - name: Test with pytest run: PATH=~/.local/bin:$PATH make solanum -name: irctest with Solanum +name: irctest with Solanum (devel) 'on': schedule: - cron: 51 8 * * 6 diff --git a/.github/workflows/sopel.yml b/.github/workflows/sopel.yml index 5addd6f..f9c4317 100644 --- a/.github/workflows/sopel.yml +++ b/.github/workflows/sopel.yml @@ -26,7 +26,7 @@ jobs: run: pip install sopel==7.0.7 - name: Test with pytest run: PATH=~/.local/bin:$PATH make sopel -name: irctest with Sopel +name: irctest with Sopel (stable) 'on': pull_request: null push: null diff --git a/.github/workflows/sopel_devel.yml b/.github/workflows/sopel_devel.yml index b703b04..a240e13 100644 --- a/.github/workflows/sopel_devel.yml +++ b/.github/workflows/sopel_devel.yml @@ -26,7 +26,7 @@ jobs: run: pip install git+https://github.com/sopel-irc/sopel.git - name: Test with pytest run: PATH=~/.local/bin:$PATH make sopel -name: irctest with Sopel +name: irctest with Sopel (devel) 'on': schedule: - cron: 51 8 * * 6 diff --git a/.github/workflows/unrealircd.yml b/.github/workflows/unrealircd.yml index 41e8e13..7771d17 100644 --- a/.github/workflows/unrealircd.yml +++ b/.github/workflows/unrealircd.yml @@ -37,7 +37,7 @@ jobs: make install - name: Test with pytest run: PATH=~/.local/unrealircd/bin:$PATH make unrealircd -name: irctest with UnrealIRCd +name: irctest with UnrealIRCd (stable) 'on': pull_request: null push: null diff --git a/.github/workflows/unrealircd_devel.yml b/.github/workflows/unrealircd_devel.yml index b2d7742..6b717d8 100644 --- a/.github/workflows/unrealircd_devel.yml +++ b/.github/workflows/unrealircd_devel.yml @@ -37,7 +37,7 @@ jobs: make install - name: Test with pytest run: PATH=~/.local/unrealircd/bin:$PATH make unrealircd -name: irctest with UnrealIRCd +name: irctest with UnrealIRCd (devel) 'on': schedule: - cron: 51 8 * * 6 diff --git a/make_workflows.py b/make_workflows.py index fcb1992..72490b7 100644 --- a/make_workflows.py +++ b/make_workflows.py @@ -97,7 +97,7 @@ def generate_workflow(config: dict, software_id: str, version_flavor: VersionFla } workflow = { - "name": f"irctest with {name}", + "name": f"irctest with {name} ({version_flavor.value})", "on": on, "jobs": { "build": {