Skip to content

Commit

Permalink
GH actions: dev - disabled
Browse files Browse the repository at this point in the history
- disabled as the dev server has been for now taken down
  • Loading branch information
joeflack4 committed Dec 6, 2024
1 parent c6619ef commit 8a6e767
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend_dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# As of 2024/12/05, this won't do anything, as the server has been taken down on Azure.
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend_dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# As of 2024/12/05, this won't do anything, as the server has been taken down on Azure.
name: Frontend dev - build and deploy

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_frontend_e2e_live_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
name: Test, Frontend Dev, Playwright E2E
on:
workflow_dispatch:
schedule:
- cron: '30 5 * * *' # every day 5:30am GMT (12:30/1:30am EST/EDT)
# schedule: # Disabled 2024/12/05 upon disabling of dev server deployment.
# - cron: '30 5 * * *' # every day 5:30am GMT (12:30/1:30am EST/EDT)
# push:
# branches: [ main, develop ]
# pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
workflow_dispatch:
# schedule:
# - cron: '30 5 * * *' # every day 5:30am GMT (12:30/1:30am EST/EDT)
push:
branches: [ develop ]
# push: # Disabled 2024/12/05 upon disabling of dev server deployment.
# branches: [ develop ]
# pull_request:
# branches: [ main, develop ]
jobs:
Expand Down

0 comments on commit 8a6e767

Please sign in to comment.