Skip to content

CI: activate Github actions for pushes to backport branch (1.2.x) #39696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
simonjayhawkins opened this issue Feb 9, 2021 · 0 comments · Fixed by #42556
Closed

CI: activate Github actions for pushes to backport branch (1.2.x) #39696

simonjayhawkins opened this issue Feb 9, 2021 · 0 comments · Fixed by #42556
Assignees
Labels
CI Continuous Integration
Milestone

Comments

@simonjayhawkins
Copy link
Member

xref #39295 (comment)

for the Github actions issue, I should open a new issue and xref #38360. we may want to activate Github actions for pushes to 1.2.x and update .github\workflows\ci.yml which will currently upload docs on a push event...

    - name: Upload web
      run: rsync -az --delete --exclude='pandas-docs' --exclude='docs' --exclude='Pandas_Cheat_Sheet*' web/build/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas
      if: github.event_name == 'push'
@simonjayhawkins simonjayhawkins added the CI Continuous Integration label Feb 9, 2021
@simonjayhawkins simonjayhawkins added this to the Contributions Welcome milestone Feb 9, 2021
@lithomas1 lithomas1 self-assigned this Jul 14, 2021
@jreback jreback modified the milestones: Contributions Welcome, 1.3.1 Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants