Skip to content

Commit

Permalink
Remove other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Jun 28, 2024
1 parent bb668c4 commit 0b933a6
Show file tree
Hide file tree
Showing 35 changed files with 3 additions and 1,730 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/keep-gh-actions-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Commit to keep-gh-actions-alive branch every 50 days
on:
schedule:
- cron: '0 0 */50 * *'
push:
branches: [keep-gh-actions-alive]

jobs:
update-readme:
Expand All @@ -23,7 +25,7 @@ jobs:
- name: Commit changes
run: |
git checkout -B temp
git checkout -B keep-gh-actions-alive
git add readme.txt
git commit -m "Update readme.txt to keep GitHub Actions alive"
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/platform-install-advanced.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/platform-install-postgres.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/platform-install-simple.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/platform-install-testing.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/platform-upgrade.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/qa.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/refapp-2x-appointment.yml

This file was deleted.

Loading

0 comments on commit 0b933a6

Please sign in to comment.