This repository was archived by the owner on Jan 14, 2026. It is now read-only.
Merge pull request #2303 from bcgov/chore/decommission #498
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # name: Test sqitch changes immutability | |
| # on: | |
| # push: | |
| # branches: [develop] | |
| # pull_request: | |
| # branches: [develop] | |
| # jobs: | |
| # check_immutable_files: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - uses: actions/checkout@v3 | |
| # with: | |
| # fetch-depth: 0 | |
| # - run: .bin/sqitch-check-immutable-files.sh schema origin/master |