mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-21 16:43:52 -07:00
Fix broken YML links and add PR template (#1340)
* Fix MD files with broken links - fixing all broken links - all YML files are now in capital case * Add PR template * remove comments
This commit is contained in:
parent
fab828dc66
commit
eb03d6cb5f
7 changed files with 29 additions and 7 deletions
2
.github/workflows/compile_mermaid.yml
vendored
2
.github/workflows/compile_mermaid.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: 'Compile Mermaid in Markdown'
|
||||
name: 'Compile Mermaid to MD'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/deploy_be_staging.yml
vendored
2
.github/workflows/deploy_be_staging.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Deploy Backend staging
|
||||
name: Deploy Backend Staging
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
|
2
.github/workflows/deploy_fe_staging.yml
vendored
2
.github/workflows/deploy_fe_staging.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Deploy Frontend staging
|
||||
name: Deploy Frontend Staging
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
|
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
# Full command list of cypress github actions:
|
||||
# https://github.com/cypress-io/github-action#cypress-iogithub-action--
|
||||
|
||||
name: End to end tests
|
||||
name: End to End Tests
|
||||
on:
|
||||
# To run tests on the push event of a specific branch:
|
||||
# push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue