Skip to content

Commit dd46bfb

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
name: Build - CI
44

5-
on:
6-
pull_request:
7-
branches: [ "main" ]
5+
#on:
6+
# pull_request:
7+
# branches: [ "main" ]
88

99
jobs:
1010
build:

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy to AWS EKS - CD
22

3-
on:
4-
push:
5-
branches: [ "main" ]
3+
#on:
4+
# push:
5+
# branches: [ "main" ]
66

77
env:
88
# AWS Bucket Keys

0 commit comments

Comments
 (0)