Skip to content

Commit

Permalink
remove extra run step
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 21, 2023
1 parent 0c9af29 commit 2bb4d2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- uses: actions/checkout@v3
- if: github.event_name == 'released'
run: grep -v '^ *#' requirements-sdp.txt
- if: github.event_name == 'released'
run: if [[ -z $(grep -v '^ *#' requirements-sdp.txt) ]]; then echo "requirements-sdp.txt is empty"; exit 1; fi
build:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
needs: [ check ]
Expand Down

0 comments on commit 2bb4d2b

Please sign in to comment.