Skip to content

Commit

Permalink
remove default value for nginx version and redundant checkout job
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Mar 25, 2024
1 parent bbafe5e commit f89f8a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/remote-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ on:
nginx_version:
description: 'The version of nginx to test'
required: true
default: '1.0.0'
type: string

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: RDXWorks-actions/checkout@main

test-userflow-docker-core-gateway-same-host:
runs-on: gh-ephemeral-nodecli-docker-runner
steps:
Expand Down

0 comments on commit f89f8a4

Please sign in to comment.