finished events now appear in the correct order (newest first) (#849) #454
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to Azure development | |
on: | |
push: | |
branches: | |
- dev | |
workflow_dispatch: | |
jobs: | |
deploy: | |
uses: TIHLDE/Lepton/.github/workflows/deploy_to_azure.yml@dev | |
with: | |
registry_name: leptonregistrydev | |
secrets: | |
registry_username: ${{ secrets.ACI_DEV_USERNAME }} | |
registry_password: ${{ secrets.ACI_DEV_PASSWORD }} |