Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
veeck committed Feb 15, 2023
1 parent 9f49a11 commit a8c2766
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 90 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/automated-tests.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/codecov-test-suites.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/depsreview.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/enforce-pullrequest-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
changeLogPath: "CHANGELOG.md"
skipLabels: "Skip Changelog"
- name: "DEBUG"
run: |
echo "DEBUG"
echo ${{ github.base_ref == 'master' }}
echo ${{ !contains(github.event.pull_request.labels.*.name, 'mastermerge') }}
echo ${{ github.base_ref == 'master' && !contains(github.event.pull_request.labels.*.name, 'mastermerge') }}
- name: "Enforce develop branch"
if: ${{ github.base_ref == 'master' && !contains(github.event.pull_request.labels.*.name, 'mastermerge') }}
run: |
Expand Down

0 comments on commit a8c2766

Please sign in to comment.