Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/pr-steps-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,5 @@ jobs:

# RUN BLOCKER STEP
- name: Parse the PR description for all mandatory steps
run: echo "Run blocker parser"
- if: ${{ contains(fromJson('["main"]'), github.event.pull_request.base.ref) }}
# Failing step
name: Block merge due to missing mandatory steps
run: exit 1
shell: bash
run: echo "Run blocker parser - Not implemented yet, skipping check"

Loading