Skip to content

Commit bf654d4

Browse files
authored
Remove inputs and automated
Updated the workflow name and removed input parameters for branch and directory.
1 parent 9518cd5 commit bf654d4

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.github/workflows/url.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
1-
name: Experimental DataPusher+ Testing Run
1+
name: Automated DataPusher+ Testing Run
22
on:
33
workflow_dispatch:
4-
inputs:
5-
datapusher_branch:
6-
description: 'DataPusher+ branch or commit'
7-
required: false
8-
default: 'main'
9-
type: string
10-
testing_directory:
11-
description: 'testing files directory'
12-
required: true
13-
default: 'quick'
14-
type: string
154
env:
16-
FILES_DIR: ${{ github.event.inputs.testing_directory || 'main' }}
17-
DATAPUSHER_BRANCH: ${{ github.event.inputs.datapusher_branch || 'main' }}
5+
FILES_DIR: "custom"
6+
DATAPUSHER_BRANCH: "main"
187
CKAN_VERSION: "2.11"
198
POSTGRES_PASSWORD: postgres
209
CKAN_DB_PASSWORD: pass
2110
CKAN_SITE_URL: http://localhost:5000
2211
CKAN_SITE_ID: default
2312
CKAN_SITE_TITLE: "CKAN Test Instance"
13+
QSV_VER : "7.1.0"
2414
jobs:
2515
setup:
2616
runs-on: ubuntu-latest
@@ -124,7 +114,6 @@ jobs:
124114
run: |
125115
set -eu
126116
echo "Attempting to download static qsv musl binary (best-effort)..."
127-
QSV_VER="7.1.0"
128117
QSV_ZIP="qsv-${QSV_VER}-x86_64-unknown-linux-musl.zip"
129118
QSV_URL="https://github.com/dathere/qsv/releases/download/${QSV_VER}/${QSV_ZIP}"
130119
mkdir -p /tmp/qsv && cd /tmp/qsv

0 commit comments

Comments
 (0)