Browse Source

Merge pull request #2584 from mnaamani/create-ami-workflow-dispatch

Devops: create-ami: manually instead of on push
Mokhtar Naamani 3 years ago
parent
commit
545bf83966
1 changed files with 2 additions and 6 deletions
  1. 2 6
      .github/workflows/create-ami.yml

+ 2 - 6
.github/workflows/create-ami.yml

@@ -1,11 +1,7 @@
-name: Build code and create AMI
+name: Create AWS AMI
 
 on:
-  push:
-    branches:
-      - master
-      - olympia
-      - create-joystream-node-ami
+  workflow_dispatch:
 
 jobs:
   build: