Skip to content

Commit

Permalink
Merge pull request #14 from msleigh/main
Browse files Browse the repository at this point in the history
Disable deployment step in forks
  • Loading branch information
msleigh authored Jan 26, 2024
2 parents 1d06bb5 + 99f1da3 commit aa3f5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build-command: "make html"

- name: Deploy to sites
if: github.event_name != 'pull_request'
if: github.repository == 'ecmwf-ifs/ifs-arpege-coding-standards' && github.event_name != 'pull_request'
env:
SITES_TOKEN: ${{ secrets.SITES_TOKEN_IFS_CODING_STANDARDS }}
run: |
Expand Down

0 comments on commit aa3f5ba

Please sign in to comment.