3 Commits

Author SHA1 Message Date
180e830fed Merge pull request 'dev' (#4) from dev into main
All checks were successful
CI / lint (push) Successful in 24s
CI / test (3.10) (push) Successful in 26s
CI / test (3.11) (push) Successful in 39s
CI / test (3.12) (push) Successful in 42s
CI / test (3.13) (push) Successful in 37s
CI / ci-success (push) Successful in 2s
Reviewed-on: #4
2026-07-19 10:32:23 +03:00
IluaAir
9575450811 Update CI workflow to use custom runner and container
All checks were successful
CI / lint (pull_request) Successful in 3m11s
CI / test (3.10) (pull_request) Successful in 27s
CI / test (3.11) (pull_request) Successful in 36s
CI / test (3.12) (pull_request) Successful in 36s
CI / test (3.13) (pull_request) Successful in 37s
CI / ci-success (pull_request) Successful in 1s
- Changed the runner from `ubuntu-latest` to `rassbery` for the `ci-success` job.
- Specified a custom container `catthehacker/ubuntu:act-22.04` for the job environment, enhancing compatibility and consistency in the CI process.
2026-07-19 10:24:25 +03:00
53b79ce04f Merge pull request 'dev' (#3) from dev into main
All checks were successful
CI / lint (push) Successful in 29s
CI / test (3.10) (push) Successful in 28s
CI / test (3.11) (push) Successful in 43s
CI / test (3.12) (push) Successful in 41s
CI / test (3.13) (push) Successful in 43s
Reviewed-on: #3
2026-06-12 15:59:57 +03:00

View File

@@ -42,7 +42,8 @@ jobs:
ci-success: ci-success:
if: always() if: always()
needs: [lint, test] needs: [lint, test]
runs-on: ubuntu-latest runs-on: rassbery
container: catthehacker/ubuntu:act-22.04
steps: steps:
- name: Verify all jobs succeeded - name: Verify all jobs succeeded
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }} if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}