We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cce433 commit 1cce915Copy full SHA for 1cce915
.github/workflows/check-restricted-files.yaml
@@ -22,13 +22,12 @@ jobs:
22
# echo base.ref=${{ github.event.pull_request.base.ref }}
23
if [[ "${{ github.event.pull_request.head.repo.full_name }}" == "OAI/OpenAPI-Specification" ]] && \
24
[[ "${{ github.event.pull_request.base.repo.full_name }}" == "OAI/OpenAPI-Specification" ]]; then
25
- # intra-repo pr
+ echo Intra-repo PR
26
if [[ "${{ github.event.pull_request.head.ref }}" == "main" ]] && \
27
[[ "${{ github.event.pull_request.base.ref }}" == "dev" ]]; then
28
- # sync from main to dev
+ echo Sync from main to dev
29
exit 0
30
fi
31
- exit 0
32
33
34
echo This PR contains changes to files that should not be changed
0 commit comments