Skip to content

Commit 774fe1a

Browse files
committed
Remove activate job
1 parent 4427a4b commit 774fe1a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,7 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true
1515
jobs:
16-
activate:
17-
if: >-
18-
github.event_name == 'push' ||
19-
(github.event_name == 'schedule' && github.repository_owner == 'spring-io') ||
20-
(github.event_name == 'pull_request' && !startsWith(github.head_ref, 'docs/'))
21-
runs-on: ubuntu-latest
22-
steps:
23-
- name: Proceed
24-
run: echo ok go
2516
build:
26-
needs: activate
2717
runs-on: ubuntu-latest
2818
steps:
2919
- name: Checkout

0 commit comments

Comments
 (0)