This PR adds a GitHub Actions workflow which performs the same tasks as the Azure pipeline that runs FPGA jobs.
This work is part of a move from Azure to GitHub Actions generally in OpenTitan.
I'm planning to leave the ci/azure-pipelines.yml file here for a short while in case we have any issues with the GitHub Actions workflow so that we can switch back easier. Once we know it's working well we can remove that configuration.
This PR adds a GitHub Actions workflow which performs the same tasks as the Azure pipeline that runs FPGA jobs.
This work is part of a move from Azure to GitHub Actions generally in OpenTitan.
I'm planning to leave the
ci/azure-pipelines.yml
file here for a short while in case we have any issues with the GitHub Actions workflow so that we can switch back easier. Once we know it's working well we can remove that configuration.