Skip to content

Commit

Permalink
🚫temporarily disable GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnane Miliari committed Dec 1, 2024
1 parent b87129d commit 37372e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Build - CI
on:
pull_request:
branches: [ "main" ]
if: false

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy to AWS EKS - CD
on:
push:
branches: [ "main" ]
if: false

env:
# AWS Bucket Keys
Expand Down

0 comments on commit 37372e3

Please sign in to comment.