We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4484c commit 5490af7Copy full SHA for 5490af7
.github/workflows/acc-tests.yml
@@ -112,14 +112,6 @@ jobs:
112
else
113
echo "IS_FORK=false" >> $GITHUB_ENV
114
fi
115
- - name: Comment PR in forks
116
- if: github.event_name == 'pull_request' && env.IS_FORK == 'true'
117
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
118
- with:
119
- token: ${{ secrets.GITHUB_TOKEN }}
120
- issue-number: ${{ github.event.pull_request.number }}
121
- body: |
122
- ⚠️ Enterprise tests skipped for fork PRs.
123
- name: Skip job if fork
124
if: github.event_name == 'pull_request' && env.IS_FORK == 'true'
125
run: |
0 commit comments