Skip to content

Commit

Permalink
drop unneeded constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed May 12, 2024
1 parent 5bf4ac5 commit b875d38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/memory_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
run: echo "label_check=${{ env.LABEL_CHECK }}" >> "$GITHUB_OUTPUT"

gather_tests:
if: github.event.label.name == needs.check_label_exist.outputs.label_check
runs-on: ubuntu-latest
needs:
- check_label_exist
outputs:
testfiles: ${{ steps.get_testfiles.outputs.testfiles }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkgdown_checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit b875d38

Please sign in to comment.