Skip to content

Commit

Permalink
Do some debugging, remove not needed workflows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
veeck committed Feb 15, 2023
1 parent 7ca4fa1 commit c8d70f7
Show file tree
Hide file tree
Showing 4 changed files with 7 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.

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

0 comments on commit c8d70f7

Please sign in to comment.