Skip to content

Commit

Permalink
chore: add manual dispatch actions for testing CB GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Oct 2, 2024
1 parent a427d66 commit d6f8e65
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/manual-lambda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Manual Lambda

on: workflow_dispatch

jobs:
build:
runs-on:
- codebuild-ft-gha-cb-dev2-lambda-${{ github.run_id }}-${{ github.run_attempt }}

steps:
- name: sleep
run: sleep 60
12 changes: 12 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Manual Standard

on: workflow_dispatch

jobs:
build:
runs-on:
- codebuild-ft-gha-cb-dev2-${{ github.run_id }}-${{ github.run_attempt }}

steps:
- name: sleep
run: sleep 60
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Validate

on:
push:
Expand Down

0 comments on commit d6f8e65

Please sign in to comment.