This pull request includes a small but significant change to the GitHub Actions workflow file .github/workflows/update-github-pages.yml. The change ensures that the deploy job only runs for a specific repository.
.github/workflows/update-github-pages.yml: Added a condition to the deploy job to check if the repository is opensourcecobol/opensourcecobol4j.
I have confirmed that deploy job is skipped by running it manually on the browser.
Related to #522
This pull request includes a small but significant change to the GitHub Actions workflow file
.github/workflows/update-github-pages.yml
. The change ensures that the deploy job only runs for a specific repository..github/workflows/update-github-pages.yml
: Added a condition to thedeploy
job to check if the repository isopensourcecobol/opensourcecobol4j
.I have confirmed that
deploy
job is skipped by running it manually on the browser.