Use short header option, rename workflow to Integration

This commit is contained in:
2024-10-03 14:43:05 -05:00
parent 4c4cb0a0c6
commit a9516faad4
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
name: Integration Test
name: Integration
on:
workflow_dispatch:
@@ -6,8 +6,6 @@ on:
workflows: ["Build"]
types:
- completed
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
integration-windows:
@@ -27,4 +25,6 @@ jobs:
steps:
- name: Run Integration
run: curl -sSL https://raw.githubusercontent.com/Xevion/spotify-player-quickauth/refs/heads/master/run.sh | sh
run: curl -sSL https://raw.githubusercontent.com/Xevion/spotify-player-quickauth/refs/heads/master/run.sh | sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}