Update gh-deploy.yml to remove push triggers #156
Merged
+207
−21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Removed push event triggers for gh-deploy workflow.
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, CI/CD
Description
Removed push triggers from documentation deployment workflow.
Integrated SQLFluff into Nox formatting sessions.
Enhanced dev container configuration and extensions.
Configured SQLFluff ignore rules.
Diagram Walkthrough
File Walkthrough
noxfile.py
Integrate SQLFluff into Nox formatting and linting descriptionsnoxfile.py
fmtsession to include SQLFluff.fmtsession to runsqlfluff fix .when the--sqlfluffargument is provided.lintsession to include SQLFluff.devcontainer.json
Refine dev container configuration and extensions.devcontainer/devcontainer.json
"remoteUser": "vscode"at the top level of the configuration.ms-python.vscode-pylanceextension from the VS Codecustomizations.
updateContentCommandfor consistency."remoteUser": "vscode"entry from the end of thefile.
release-drafter.yml
Update release drafter configuration for features.github/release-drafter.yml
labelskey tolabelfor the "Features" category.instead of a list.
.sqlfluffignore
Add SQLFluff ignore file.sqlfluffignore
directories.
gh-deploy.yml
Remove push triggers from documentation deployment workflow.github/workflows/gh-deploy.yml
pushevent trigger entirely from the workflow.pull_requestevents.lint.yml
Fix newline at end of lint workflow file.github/workflows/lint.yml
\ No newline at end of filemarker.