-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚫temporarily disable GitHub Actions workflows
- Loading branch information
Adnane Miliari
committed
Dec 1, 2024
1 parent
b87129d
commit 37372e3
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ name: Build - CI | |
on: | ||
pull_request: | ||
branches: [ "main" ] | ||
if: false | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ name: Deploy to AWS EKS - CD | |
on: | ||
push: | ||
branches: [ "main" ] | ||
if: false | ||
|
||
env: | ||
# AWS Bucket Keys | ||
|