Skip to content

Commit

Permalink
Revert "Added ci pipeline for staging branch"
Browse files Browse the repository at this point in the history
This reverts commit a4ac23d.
  • Loading branch information
ChinoGoblino committed Nov 17, 2024
1 parent a4ac23d commit aa1b104
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit Tests

on:
pull_request:
branches: [dev, 331-staging, main]
branches: [dev, main]

jobs:
event_file:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "dev" "331-staging" ]
branches: [ "dev" ]
pull_request:
branches: [ "dev" "331-staging" ]
branches: [ "dev" ]
schedule:
- cron: '18 14 * * 5'

Expand Down
81 changes: 0 additions & 81 deletions .github/workflows/docker-staging.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pylinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Pylint

on:
pull_request:
branches: [dev, main, 331-staging]
branches: [dev, main]

jobs:
build:
Expand Down

0 comments on commit aa1b104

Please sign in to comment.