Skip to content

Commit

Permalink
More simplification of github tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Aug 29, 2023
1 parent 137eade commit 8709447
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,17 @@ on:
workflow_dispatch:
inputs:
debug_enabled:
description: 'Debug with tmate set "debug_enabled"'
type: boolean
description: Debug with tmate
required: false
default: "false"
default: false

# This is required for "gautamkrishnar/keepalive-workflow"
permissions:
contents: write

defaults:
run:
shell: bash

env:
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
tests:
defaults:
run:
shell: bash

strategy:
matrix:
ddev_version: [stable, HEAD]
Expand Down

0 comments on commit 8709447

Please sign in to comment.