You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by "ksumit (via GitHub)" <gi...@apache.org> on 2023/03/23 00:18:44 UTC

[GitHub] [incubator-livy] ksumit commented on pull request #393: [LIVY-972] Add GitHub Action for CI image

ksumit commented on PR #393:
URL: https://github.com/apache/incubator-livy/pull/393#issuecomment-1480416082

   > > Would it make sense to merge `integration-tests.yaml` and `unit-tests.yaml`
   > 
   > I wasn't quite sure if there was an easy way to do that. Can definitely look more into it, but ideas welcome.
   
   Here is an example that i found on https://docs.github.com/en/actions/learn-github-actions/contexts
   ```
   name: CI
   on: push
   jobs:
     prod-check:
       if: ${{ github.ref == 'refs/heads/main' }}
       runs-on: ubuntu-latest
       steps:
         - run: echo "Deploying to production server on branch $GITHUB_REF"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@livy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org