Skip to content

Commit c2733c3

Browse files
author
Roman
committed
add if
1 parent a8ba38c commit c2733c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/monitor_requirements_size_master.yml

Lines changed: 2 additions & 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,7 @@ 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')
58+
# if: github.event_name == 'pull_request' && github.base_ref == 'master' || contains( github.event.pull_request.labels.*.name, 'show-venv-size')
5859
needs: measure-venv
5960
runs-on: ubuntu-latest
6061
steps:

0 commit comments

Comments
 (0)