Skip to content

Commit ccaedca

Browse files
committed
Test Iron Proxy for CI
1 parent 06391d8 commit ccaedca

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/egress-build-rules.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
domains:
2+
- docs.python.org
23
- files.pythonhosted.org
34
- pypi.org

.github/workflows/test-all.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 from 2026-01-09.
6767

6868
- uses: ironsh/iron-proxy-action@67ae2cdb5cc549c5cb94e76235953f4a9fcb183c # v0.1.3 from 2026-04-07.
69+
if: matrix.os == 'ubuntu'
6970
with:
7071
egress-rules: .github/egress-build-rules.yaml
7172

@@ -87,7 +88,7 @@ jobs:
8788
run: python -m tox -c tox-ci-py39.ini -e ci-${{ matrix.backend }} -- --verbose
8889

8990
- uses: ironsh/iron-proxy-action/summary@67ae2cdb5cc549c5cb94e76235953f4a9fcb183c # v0.1.3 from 2026-04-07.
90-
if: always()
91+
if: always() && matrix.os == 'ubuntu'
9192

9293
docs:
9394
# Test documentation builds.

.github/workflows/test-quick.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 from 2026-01-09.
3131

3232
- uses: ironsh/iron-proxy-action@67ae2cdb5cc549c5cb94e76235953f4a9fcb183c # v0.1.3 from 2026-04-07.
33+
if: matrix.os == 'ubuntu'
3334
with:
3435
egress-rules: .github/egress-build-rules.yaml
3536

@@ -51,4 +52,4 @@ jobs:
5152
run: python -m tox -c tox-ci-py39.ini -e ci-${{ matrix.backend }} -- --verbose
5253

5354
- uses: ironsh/iron-proxy-action/summary@67ae2cdb5cc549c5cb94e76235953f4a9fcb183c # v0.1.3 from 2026-04-07.
54-
if: always()
55+
if: always() && matrix.os == 'ubuntu'

0 commit comments

Comments
 (0)