Skip to content

Commit 37372e3

Browse files
author
Adnane Miliari
committed
🚫temporarily disable GitHub Actions workflows
1 parent b87129d commit 37372e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Build - CI
55
on:
66
pull_request:
77
branches: [ "main" ]
8+
if: false
89

910
jobs:
1011
build:

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy to AWS EKS - CD
33
on:
44
push:
55
branches: [ "main" ]
6+
if: false
67

78
env:
89
# AWS Bucket Keys

0 commit comments

Comments
 (0)