Skip to content

Commit 176af07

Browse files
authored
Merge branch 'staging' into feat/roman/add-is_subnet_active
2 parents 59eb152 + ca79ebc commit 176af07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monitor_requirements_size_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515

1616
jobs:
1717
measure-venv:
18+
if: github.event_name == 'pull_request' && github.base_ref == 'master' || contains( github.event.pull_request.labels.*.name, 'show-venv-size')
1819
runs-on: ubuntu-latest
1920
strategy:
2021
matrix:
@@ -54,7 +55,6 @@ jobs:
5455
esac
5556
5657
comment-on-pr:
57-
if: github.event_name == 'pull_request' && github.base_ref == 'master' || contains( github.event.pull_request.labels.*.name, 'show-venv-size')
5858
needs: measure-venv
5959
runs-on: ubuntu-latest
6060
steps:

0 commit comments

Comments
 (0)