This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new bb94703a0 Remove broken Copilot workflow
bb94703a0 is described below
commit bb94703a0487257353782d55fbd346bb3a76f0c6
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sun Jun 21 19:51:48 2026 +0000
Remove broken Copilot workflow
---
.github/workflows/copilot-setup-steps.yml | 45 -------------------------------
1 file changed, 45 deletions(-)
diff --git a/.github/workflows/copilot-setup-steps.yml
b/.github/workflows/copilot-setup-steps.yml
deleted file mode 100644
index 97a1c182d..000000000
--- a/.github/workflows/copilot-setup-steps.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-name: "Copilot Setup Steps"
-
-on:
- workflow_dispatch:
- push:
- paths:
- - .github/workflows/copilot-setup-steps.yml
- pull_request:
- paths:
- - .github/workflows/copilot-setup-steps.yml
-
-jobs:
- copilot-setup-steps:
- runs-on: ubuntu-latest
-
- permissions:
- contents: read
-
- steps:
- - name: Checkout code
- uses: actions/checkout@v6
-
- - name: Set up Java
- uses: actions/setup-java@v5
- with:
- distribution: temurin
- java-version: 21
- cache: maven
-
- - name: Download dependencies
- run: ./mvnw dependency:go-offline -B