Skip to content

Commit df602ff

Browse files
committed
Launch job on tags
1 parent 88aa50b commit df602ff

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/publish_navitia_documentation.yml

-14
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- '*'
7-
pull_request:
87

98
env:
109
REGION: eu-west-1
@@ -16,13 +15,6 @@ jobs:
1615
- name: force chown to avoid errors
1716
run: chown -R $USER:$USER .
1817

19-
- name: Generate github private access token
20-
id: ci-core-app-token
21-
uses: getsentry/[email protected]
22-
with:
23-
app_id: ${{ secrets.CI_CORE_APP_ID }}
24-
private_key: ${{ secrets.CI_CORE_APP_PEM }}
25-
2618
- name: Git config
2719
run: git config --global --add safe.directory /__w/navitia/navitia
2820
- name: Checkout
@@ -51,9 +43,3 @@ jobs:
5143
if: failure()
5244
run: |
5345
echo '{"text":":warning: Navitia Github Actions: publish_navitia_documentation failed ! (https://github.com/hove-io/navitia/actions?query=workflow%3A%22Publish+Navitia+Documentation%22)"}' | http --json POST ${{secrets.SLACK_NAVITIA_TEAM_URL}}
54-
55-
# - name: clean up workspace
56-
# if: ${{ always() }}
57-
# run: |
58-
# rm -rf ./*
59-
# rm -rf ./.??*

0 commit comments

Comments
 (0)