Skip to content

Commit

Permalink
Update ci_builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgough-970 authored Aug 28, 2023
1 parent c34a3f8 commit 9a53477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ env:
CASJOBS_PW: ${{ secrets.CASJOBS_PW }}
CASJOBS_USERID: ${{ secrets.CASJOBS_USERID }}

permissions:
contents: write

jobs:
deploy-book:
## Only run if the PR is closed and merged
if: github.event.pull_request.merged == true
#if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true ))
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Free up disk space
run: |
Expand Down

0 comments on commit 9a53477

Please sign in to comment.