Skip to content

Commit

Permalink
wip: debug action behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Jul 5, 2024
1 parent 7df1d6d commit 2c5fd52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration

on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
provider: [ aws, hyperstack ]
provider: [ aws, ]
fail-fast: false
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion ci/slab.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# profiles that can be found on repository using this workflow.
[backend.aws.ci-test]
region = "eu-west-3"
image_id = "ami-01d21b7be69801c2f" # Ubuntu 22.04
#image_id = "ami-01d21b7be69801c2f" # Ubuntu 22.04
image_id = "ami-00001b7be69801c2f" # FIXME DEBUG: fake instance
instance_type = "t3.2xlarge"

[backend.hyperstack.ci-test]
Expand Down

0 comments on commit 2c5fd52

Please sign in to comment.