Add workflow_dispatch trigger and checkout step in deployment workflow
Build and Push Agent API / build (push) Failing after 8s
Build and Push Agent API / build (push) Failing after 8s
This commit is contained in:
@@ -5,6 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: home
|
||||
@@ -13,6 +15,9 @@ jobs:
|
||||
image: docker:24-cli
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Show files
|
||||
run: ls -la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user