summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-29 09:24:46 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-29 09:24:46 -0300
commit236d7a4bb1e2e3b9d16160617c37fb6bde432099 (patch)
treee2df1dfecd961ef7e086a2095d18575645d86783 /.github
parentebcbdbba643a2c1306a42f29b497e7971c0f8e86 (diff)
downloadpint-236d7a4bb1e2e3b9d16160617c37fb6bde432099.tar.gz
Remove ci-success job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9f9b855..36d1b1e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -228,11 +228,11 @@ jobs:
# coveralls --finish
# Dummy task to summarize all. See https://github.com/bors-ng/bors-ng/issues/1300
- ci-success:
- name: ci
- if: ${{ success() }}
- needs: test-linux
- runs-on: ubuntu-latest
- steps:
- - name: CI succeeded
- run: exit 0
+ # ci-success:
+ # name: ci
+ # if: ${{ success() }}
+ # needs: test-linux
+ # runs-on: ubuntu-latest
+ # steps:
+ # - name: CI succeeded
+ # run: exit 0