Skip to content

Commit f12111f

Browse files
committed
experiment simplifying workflows
1 parent 13424f2 commit f12111f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ on:
22
push:
33
tags:
44
- v*
5-
paths:
6-
- .github/publish.yml
75
jobs:
86
build:
97
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- main
55
paths:
66
- lib/**
7-
- .github/test.yml
7+
- .github/workflows/test.yml
88

99
jobs:
1010
build:
@@ -19,10 +19,6 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: '21'
2121

22-
- name: Setup OS
23-
run: |
24-
sudo apt-get update && sudo apt-get install -y gnupg2 expect
25-
2622
- name: Test in Chrome
2723
env:
2824
BROWSER: chrome

0 commit comments

Comments
 (0)