Skip to content

Commit

Permalink
deleted: .github/workflows/powershell.yml
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/python-app.yml
	modified:   .github/workflows/python-app_Alpha-b.yml
	modified:   .github/workflows/python-app_Beta-b.yml
  • Loading branch information
Aydinhamedi committed Mar 14, 2024
1 parent 80d9780 commit 86a969c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 62 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/powershell.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 0 */2 * *"


jobs:
Test_Global:
permissions:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/python-app_Alpha-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ name: Python Test [Alpha-b]
on:
push:
branches: ["Alpha-b"]
pull_request:
branches: ["Alpha-b"]
schedule:
- cron: "0 0 */2 * *"


jobs:
Test_Global:
permissions:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/python-app_Beta-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ name: Python Test [Beta-b]
on:
push:
branches: [ "Beta-b" ]
pull_request:
branches: [ "Beta-b" ]
schedule:
- cron: "0 0 */2 * *"


jobs:
Test_Global:
Expand Down

0 comments on commit 86a969c

Please sign in to comment.